Uses of Class
org.geotools.jdbc.SQLDialect
Packages that use SQLDialect
Package
Description
-
Uses of SQLDialect in org.geotools.data.db2
Subclasses of SQLDialect in org.geotools.data.db2Modifier and TypeClassDescriptionclassclassclassMethods in org.geotools.data.db2 that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectDB2NGDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.duckdb
Subclasses of SQLDialect in org.geotools.data.duckdbModifier and TypeClassDescriptionclassBase SQL Dialect for DuckDB-based datastores.Methods in org.geotools.data.duckdb that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectDuckDBDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) Methods in org.geotools.data.duckdb with parameters of type SQLDialectModifier and TypeMethodDescriptionprotected BasicDataSourceAbstractDuckDBDataStoreFactory.createDataSource(Map<String, ?> params, SQLDialect dialect) Called byJDBCDataStoreFactory.createDataStore(Map)to set up the JDCBDataSource -
Uses of SQLDialect in org.geotools.data.geoparquet
Subclasses of SQLDialect in org.geotools.data.geoparquet -
Uses of SQLDialect in org.geotools.data.h2
Subclasses of SQLDialect in org.geotools.data.h2Modifier and TypeClassDescriptionclassDelegate forH2DialectBasicandH2DialectPreparedwhich implements the common parts of the dialect api.classH2 database dialect based on basic (non-prepared) statements.classH2 database dialect based on prepared statements.Methods in org.geotools.data.h2 that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectH2DataStoreFactory.createSQLDialect(JDBCDataStore dataStore) Methods in org.geotools.data.h2 with parameters of type SQLDialectModifier and TypeMethodDescriptionprotected DataSourceH2DataStoreFactory.createDataSource(Map<String, ?> params, SQLDialect dialect) -
Uses of SQLDialect in org.geotools.data.hana
Subclasses of SQLDialect in org.geotools.data.hanaModifier and TypeClassDescriptionclassA prepared statement SQL dialect for SAP HANA.Methods in org.geotools.data.hana that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectHanaDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.informix
Subclasses of SQLDialect in org.geotools.data.informixModifier and TypeClassDescriptionclassInformix database dialect based on basic (non-prepared) statements.Methods in org.geotools.data.informix that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectInformixDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.mysql
Subclasses of SQLDialect in org.geotools.data.mysqlModifier and TypeClassDescriptionclassDelegate forMySQLDialectBasicandMySQLDialectPreparedwhich implements the common part of the api.classMySQL database dialect based on basic (non-prepared) statements.classMySQL database dialect based on prepared statements.Methods in org.geotools.data.mysql that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectMySQLDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.oracle
Subclasses of SQLDialect in org.geotools.data.oracleMethods in org.geotools.data.oracle that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectOracleNGDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.postgis
Subclasses of SQLDialect in org.geotools.data.postgisMethods in org.geotools.data.postgis that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectPostgisNGDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) protected SQLDialectPostgisNGDataStoreFactory.createSQLDialect(JDBCDataStore dataStore, Map<String, ?> params) Methods in org.geotools.data.postgis with parameters of type SQLDialectModifier and TypeMethodDescriptionprotected DataSourcePostgisNGDataStoreFactory.createDataSource(Map<String, ?> params, SQLDialect dialect) -
Uses of SQLDialect in org.geotools.data.singlestore
Subclasses of SQLDialect in org.geotools.data.singlestoreModifier and TypeClassDescriptionclassDelegate forSingleStoreDialectandSingleStoreDialectPreparedwhich implements the common part of the api.classSingleStore database dialect based on basic (non-prepared) statements.classSingleStore database dialect based on prepared statements.Methods in org.geotools.data.singlestore that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectSingleStoreDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.sqlserver
Subclasses of SQLDialect in org.geotools.data.sqlserverModifier and TypeClassDescriptionclassDialect implementation for Microsoft SQL Server.Methods in org.geotools.data.sqlserver that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectSQLServerDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.sqlserver.jtds
Subclasses of SQLDialect in org.geotools.data.sqlserver.jtdsMethods in org.geotools.data.sqlserver.jtds that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectJTDSSqlServerDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.teradata
Subclasses of SQLDialect in org.geotools.data.teradataMethods in org.geotools.data.teradata that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectTeradataDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.geopkg
Subclasses of SQLDialect in org.geotools.geopkgMethods in org.geotools.geopkg that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectGeoPkgDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) protected SQLDialectGeoPkgDataStoreFactory.createSQLDialect(JDBCDataStore dataStore, Map<String, ?> params) Methods in org.geotools.geopkg with parameters of type SQLDialectModifier and TypeMethodDescriptionprotected DataSourceGeoPkgDataStoreFactory.createDataSource(Map<String, ?> params, SQLDialect dialect) -
Uses of SQLDialect in org.geotools.jdbc
Subclasses of SQLDialect in org.geotools.jdbcModifier and TypeClassDescriptionclassclassSQL dialect which uses prepared statements for database interaction.Fields in org.geotools.jdbc declared as SQLDialectMethods in org.geotools.jdbc that return SQLDialectModifier and TypeMethodDescriptionprotected 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) JDBCDataStore.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 SQLDialectModifier and TypeMethodDescriptionprotected 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.geotools
Subclasses of SQLDialect in org.h2gis.geotoolsModifier and TypeClassDescriptionclassjdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.classjdbc-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 SQLDialectModifier and TypeMethodDescriptionprotected SQLDialectH2GISDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) protected SQLDialectH2GISDataStoreFactory.createSQLDialect(JDBCDataStore dataStore, Map<String, ?> params) Methods in org.h2gis.geotools with parameters of type SQLDialectModifier and TypeMethodDescriptionprotected DataSourceH2GISDataStoreFactory.createDataSource(Map<String, ?> params, SQLDialect dialect)