Uses of Class
org.geotools.jdbc.SQLDialect
- 
- 
Uses of SQLDialect in org.geotools.data.db2Subclasses of SQLDialect in org.geotools.data.db2 Modifier and Type Class Description classDB2SQLDialectclassDB2SQLDialectBasicclassDB2SQLDialectPreparedMethods in org.geotools.data.db2 that return SQLDialect Modifier and Type Method Description protected SQLDialectDB2NGDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
- 
Uses of SQLDialect in org.geotools.data.duckdbSubclasses of SQLDialect in org.geotools.data.duckdb Modifier and Type Class Description classDuckDBDialectBase SQL Dialect for DuckDB-based datastores.Methods in org.geotools.data.duckdb that return SQLDialect Modifier and Type Method Description protected SQLDialectDuckDBDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)Methods in org.geotools.data.duckdb with parameters of type SQLDialect Modifier and Type Method Description protected BasicDataSourceAbstractDuckDBDataStoreFactory. createDataSource(Map<String,?> params, SQLDialect dialect)Called byJDBCDataStoreFactory.createDataStore(Map)to set up the JDCBDataSource
- 
Uses of SQLDialect in org.geotools.data.geoparquetSubclasses of SQLDialect in org.geotools.data.geoparquet Modifier and Type Class Description classGeoParquetDialectSQL Dialect for GeoParquet format.
- 
Uses of SQLDialect in org.geotools.data.h2Subclasses of SQLDialect in org.geotools.data.h2 Modifier and Type Class Description classH2DialectDelegate forH2DialectBasicandH2DialectPreparedwhich implements the common parts of the dialect api.classH2DialectBasicH2 database dialect based on basic (non-prepared) statements.classH2DialectPreparedH2 database dialect based on prepared statements.Methods in org.geotools.data.h2 that return SQLDialect Modifier and Type Method Description protected SQLDialectH2DataStoreFactory. createSQLDialect(JDBCDataStore dataStore)Methods in org.geotools.data.h2 with parameters of type SQLDialect Modifier and Type Method Description protected DataSourceH2DataStoreFactory. createDataSource(Map<String,?> params, SQLDialect dialect)
- 
Uses of SQLDialect in org.geotools.data.hanaSubclasses of SQLDialect in org.geotools.data.hana Modifier and Type Class Description classHanaDialectA prepared statement SQL dialect for SAP HANA.Methods in org.geotools.data.hana that return SQLDialect Modifier and Type Method Description protected SQLDialectHanaDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
- 
Uses of SQLDialect in org.geotools.data.informixSubclasses of SQLDialect in org.geotools.data.informix Modifier and Type Class Description classInformixDialectInformix database dialect based on basic (non-prepared) statements.Methods in org.geotools.data.informix that return SQLDialect Modifier and Type Method Description protected SQLDialectInformixDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
- 
Uses of SQLDialect in org.geotools.data.mysqlSubclasses of SQLDialect in org.geotools.data.mysql Modifier and Type Class Description classMySQLDialectDelegate forMySQLDialectBasicandMySQLDialectPreparedwhich implements the common part of the api.classMySQLDialectBasicMySQL database dialect based on basic (non-prepared) statements.classMySQLDialectPreparedMySQL database dialect based on prepared statements.Methods in org.geotools.data.mysql that return SQLDialect Modifier and Type Method Description protected SQLDialectMySQLDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
- 
Uses of SQLDialect in org.geotools.data.oracleSubclasses of SQLDialect in org.geotools.data.oracle Modifier and Type Class Description classOracleDialectAbstract dialect implementation for Oracle.Methods in org.geotools.data.oracle that return SQLDialect Modifier and Type Method Description protected SQLDialectOracleNGDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
- 
Uses of SQLDialect in org.geotools.data.postgisSubclasses of SQLDialect in org.geotools.data.postgis Modifier and Type Class Description classPostGISDialectclassPostGISPSDialectMethods in org.geotools.data.postgis that return SQLDialect Modifier and Type Method Description protected SQLDialectPostgisNGDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)protected SQLDialectPostgisNGDataStoreFactory. createSQLDialect(JDBCDataStore dataStore, Map<String,?> params)Methods in org.geotools.data.postgis with parameters of type SQLDialect Modifier and Type Method Description protected DataSourcePostgisNGDataStoreFactory. createDataSource(Map<String,?> params, SQLDialect dialect)
- 
Uses of SQLDialect in org.geotools.data.singlestoreSubclasses of SQLDialect in org.geotools.data.singlestore Modifier and Type Class Description classSingleStoreDialectDelegate forSingleStoreDialectandSingleStoreDialectPreparedwhich implements the common part of the api.classSingleStoreDialectBasicSingleStore database dialect based on basic (non-prepared) statements.classSingleStoreDialectPreparedSingleStore database dialect based on prepared statements.Methods in org.geotools.data.singlestore that return SQLDialect Modifier and Type Method Description protected SQLDialectSingleStoreDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
- 
Uses of SQLDialect in org.geotools.data.sqlserverSubclasses of SQLDialect in org.geotools.data.sqlserver Modifier and Type Class Description classSQLServerDialectDialect implementation for Microsoft SQL Server.Methods in org.geotools.data.sqlserver that return SQLDialect Modifier and Type Method Description protected SQLDialectSQLServerDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
- 
Uses of SQLDialect in org.geotools.data.sqlserver.jtdsSubclasses of SQLDialect in org.geotools.data.sqlserver.jtds Modifier and Type Class Description classJTDSSQLServerDialectMethods in org.geotools.data.sqlserver.jtds that return SQLDialect Modifier and Type Method Description protected SQLDialectJTDSSqlServerDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
- 
Uses of SQLDialect in org.geotools.data.teradataSubclasses of SQLDialect in org.geotools.data.teradata Modifier and Type Class Description classTeradataDialectMethods in org.geotools.data.teradata that return SQLDialect Modifier and Type Method Description protected SQLDialectTeradataDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
- 
Uses of SQLDialect in org.geotools.geopkgSubclasses of SQLDialect in org.geotools.geopkg Modifier and Type Class Description classGeoPkgDialectThe GeoPackage SQL Dialect.Methods in org.geotools.geopkg that return SQLDialect Modifier and Type Method Description protected SQLDialectGeoPkgDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)protected SQLDialectGeoPkgDataStoreFactory. createSQLDialect(JDBCDataStore dataStore, Map<String,?> params)Methods in org.geotools.geopkg with parameters of type SQLDialect Modifier and Type Method Description protected DataSourceGeoPkgDataStoreFactory. createDataSource(Map<String,?> params, SQLDialect dialect)
- 
Uses of SQLDialect in org.geotools.jdbcSubclasses of SQLDialect in org.geotools.jdbc Modifier and Type Class Description classBasicSQLDialectclassPreparedStatementSQLDialectSQL dialect which uses prepared statements for database interaction.Fields in org.geotools.jdbc declared as SQLDialect Modifier and Type Field Description SQLDialectJDBCDataStore. dialectthe dialect of sqlMethods in org.geotools.jdbc that return SQLDialect Modifier and Type Method Description protected abstract SQLDialectJDBCDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)Creates the dialect that the datastore uses for communication with the underlying database.protected SQLDialectJDBCDataStoreFactory. createSQLDialect(JDBCDataStore dataStore, Map<String,?> params)Creates the dialect that the datastore uses for communication with the underlying database.protected SQLDialectJDBCJNDIDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)SQLDialectJDBCDataStore. getSQLDialect()The dialect the datastore uses to generate sql statements in order to communicate with the underlying database.Methods in org.geotools.jdbc with parameters of type SQLDialect Modifier and Type Method Description protected DataSourceJDBCDataStoreFactory. createDataSource(Map<String,?> params, SQLDialect dialect)Creates the datasource for the data store.protected DataSourceJDBCJNDIDataStoreFactory. createDataSource(Map<String,?> params, SQLDialect dialect)Override to create the datasource from the external JNDI conection.voidJDBCDataStore. setSQLDialect(SQLDialect dialect)Sets the dialect the datastore uses to generate sql statements in order to communicate with the underlying database.
- 
Uses of SQLDialect in org.h2gis.geotoolsSubclasses of SQLDialect in org.h2gis.geotools Modifier and Type Class Description classH2GISDialectjdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.classH2GISPSDialectjdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.Methods in org.h2gis.geotools that return SQLDialect Modifier and Type Method Description protected SQLDialectH2GISDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)protected SQLDialectH2GISDataStoreFactory. createSQLDialect(JDBCDataStore dataStore, Map<String,?> params)Methods in org.h2gis.geotools with parameters of type SQLDialect Modifier and Type Method Description protected DataSourceH2GISDataStoreFactory. createDataSource(Map<String,?> params, SQLDialect dialect)
 
-