|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBC1DataStore | |
---|---|
org.geotools.data.db2 | |
org.geotools.data.jdbc | |
org.geotools.data.postgis |
Uses of JDBC1DataStore in org.geotools.data.db2 |
---|
Subclasses of JDBC1DataStore in org.geotools.data.db2 | |
---|---|
class |
DB2DataStore
DB2 DataStore implementation. |
Uses of JDBC1DataStore in org.geotools.data.jdbc |
---|
Subclasses of JDBC1DataStore in org.geotools.data.jdbc | |
---|---|
class |
JDBC2DataStore
This JDBCDataStore is able to take advantage of additonal functionality provided by JDBC2 level drivers - for example ConnectionPools. |
class |
JDBCDataStore
Abstract class for JDBC (level2) based DataStore implementations. |
Methods in org.geotools.data.jdbc that return JDBC1DataStore | |
---|---|
JDBC1DataStore |
JDBCFeatureSource.getJDBCDataStore()
Allows access to JDBCDataStore(). |
Constructors in org.geotools.data.jdbc with parameters of type JDBC1DataStore | |
---|---|
FeatureTypeHandler(JDBC1DataStore store,
FIDMapperFactory fmFactory,
long cacheTimeOut)
Creates a new feature type handler |
|
JDBCFeatureLocking(JDBC1DataStore jdbcDataStore,
SimpleFeatureType featureType)
|
|
JDBCFeatureSource(JDBC1DataStore jdbcDataStore,
SimpleFeatureType featureType)
JDBCFeatureSource creation. |
|
JDBCFeatureStore(JDBC1DataStore jdbcDataStore,
SimpleFeatureType featureType)
|
|
QueryData(FeatureTypeInfo featureTypeInfo,
JDBC1DataStore parentDataStore,
Connection connection,
Statement statement,
ResultSet resultSet,
Transaction transaction)
Creates a new QueryData object. |
|
QueryData(FeatureTypeInfo featureTypeInfo,
JDBC1DataStore parentDataStore,
Connection connection,
Statement statement,
ResultSet resultSet,
Transaction transaction,
Hints hints)
Creates a new QueryData object. |
Uses of JDBC1DataStore in org.geotools.data.postgis |
---|
Subclasses of JDBC1DataStore in org.geotools.data.postgis | |
---|---|
class |
PostgisDataStore
Postgis DataStore implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |