|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.geomedia |
Subclasses of JDBC1DataStore in org.geotools.data.geomedia | |
class |
GeoMediaDataStore
Geomedia data store implementation |
Uses of JDBC1DataStore in org.geotools.data.geometryless |
Subclasses of JDBC1DataStore in org.geotools.data.geometryless | |
class |
BBOXDataStore
An implementation of the GeoTools Data Store API for a generic non-spatial database platform. |
class |
LocationsXYDataStore
An implementation of the GeoTools Data Store API for a generic non-spatial database platform. |
Uses of JDBC1DataStore in org.geotools.data.hsql |
Subclasses of JDBC1DataStore in org.geotools.data.hsql | |
class |
HsqlDataStore
An implementation of the GeoTools Data Store API for the HSQL database platform. |
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 | |
JDBCFeatureStore(JDBC1DataStore jdbcDataStore,
FeatureType featureType)
|
|
JDBCFeatureLocking(JDBC1DataStore jdbcDataStore,
FeatureType featureType)
|
|
JDBCFeatureSource(JDBC1DataStore jdbcDataStore,
FeatureType featureType)
JDBCFeatureSource creation. |
|
FeatureTypeHandler(JDBC1DataStore store,
FIDMapperFactory fmFactory,
long cacheTimeOut)
Creates a new feature type handler |
|
QueryData(FeatureTypeInfo featureTypeInfo,
JDBC1DataStore parentDataStore,
java.sql.Connection connection,
java.sql.Statement statement,
java.sql.ResultSet resultSet,
Transaction transaction)
Creates a new QueryData object. |
Uses of JDBC1DataStore in org.geotools.data.mysql |
Subclasses of JDBC1DataStore in org.geotools.data.mysql | |
class |
MySQLDataStore
An implementation of the GeoTools Data Store API for the MySQL database platform. |
Uses of JDBC1DataStore in org.geotools.data.oracle |
Subclasses of JDBC1DataStore in org.geotools.data.oracle | |
class |
OracleDataStore
|
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 |