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 TypeClassDescriptionclass
class
class
Methods in org.geotools.data.db2 that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialect
DB2NGDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.duckdb
Subclasses of SQLDialect in org.geotools.data.duckdbModifier and TypeClassDescriptionclass
Base SQL Dialect for DuckDB-based datastores.Methods in org.geotools.data.duckdb that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialect
DuckDBDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore) Methods in org.geotools.data.duckdb with parameters of type SQLDialectModifier and TypeMethodDescriptionprotected BasicDataSource
AbstractDuckDBDataStoreFactory.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 TypeClassDescriptionclass
Delegate forH2DialectBasic
andH2DialectPrepared
which implements the common parts of the dialect api.class
H2 database dialect based on basic (non-prepared) statements.class
H2 database dialect based on prepared statements.Methods in org.geotools.data.h2 that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialect
H2DataStoreFactory.createSQLDialect
(JDBCDataStore dataStore) Methods in org.geotools.data.h2 with parameters of type SQLDialectModifier and TypeMethodDescriptionprotected DataSource
H2DataStoreFactory.createDataSource
(Map<String, ?> params, SQLDialect dialect) -
Uses of SQLDialect in org.geotools.data.hana
Subclasses of SQLDialect in org.geotools.data.hanaModifier and TypeClassDescriptionclass
A prepared statement SQL dialect for SAP HANA.Methods in org.geotools.data.hana that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialect
HanaDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.informix
Subclasses of SQLDialect in org.geotools.data.informixModifier and TypeClassDescriptionclass
Informix database dialect based on basic (non-prepared) statements.Methods in org.geotools.data.informix that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialect
InformixDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.mysql
Subclasses of SQLDialect in org.geotools.data.mysqlModifier and TypeClassDescriptionclass
Delegate forMySQLDialectBasic
andMySQLDialectPrepared
which implements the common part of the api.class
MySQL database dialect based on basic (non-prepared) statements.class
MySQL database dialect based on prepared statements.Methods in org.geotools.data.mysql that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialect
MySQLDataStoreFactory.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 SQLDialect
OracleNGDataStoreFactory.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 SQLDialect
PostgisNGDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore) protected SQLDialect
PostgisNGDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore, Map<String, ?> params) Methods in org.geotools.data.postgis with parameters of type SQLDialectModifier and TypeMethodDescriptionprotected DataSource
PostgisNGDataStoreFactory.createDataSource
(Map<String, ?> params, SQLDialect dialect) -
Uses of SQLDialect in org.geotools.data.singlestore
Subclasses of SQLDialect in org.geotools.data.singlestoreModifier and TypeClassDescriptionclass
Delegate forSingleStoreDialect
andSingleStoreDialectPrepared
which implements the common part of the api.class
SingleStore database dialect based on basic (non-prepared) statements.class
SingleStore database dialect based on prepared statements.Methods in org.geotools.data.singlestore that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialect
SingleStoreDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore) -
Uses of SQLDialect in org.geotools.data.sqlserver
Subclasses of SQLDialect in org.geotools.data.sqlserverModifier and TypeClassDescriptionclass
Dialect implementation for Microsoft SQL Server.Methods in org.geotools.data.sqlserver that return SQLDialectModifier and TypeMethodDescriptionprotected SQLDialect
SQLServerDataStoreFactory.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 SQLDialect
JTDSSqlServerDataStoreFactory.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 SQLDialect
TeradataDataStoreFactory.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 SQLDialect
GeoPkgDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore) protected SQLDialect
GeoPkgDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore, Map<String, ?> params) Methods in org.geotools.geopkg with parameters of type SQLDialectModifier and TypeMethodDescriptionprotected DataSource
GeoPkgDataStoreFactory.createDataSource
(Map<String, ?> params, SQLDialect dialect) -
Uses of SQLDialect in org.geotools.jdbc
Subclasses of SQLDialect in org.geotools.jdbcModifier and TypeClassDescriptionclass
class
SQL 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 SQLDialect
JDBCDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore) Creates the dialect that the datastore uses for communication with the underlying database.protected SQLDialect
JDBCDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore, Map<String, ?> params) Creates the dialect that the datastore uses for communication with the underlying database.protected SQLDialect
JDBCJNDIDataStoreFactory.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 DataSource
JDBCDataStoreFactory.createDataSource
(Map<String, ?> params, SQLDialect dialect) Creates the datasource for the data store.protected DataSource
JDBCJNDIDataStoreFactory.createDataSource
(Map<String, ?> params, SQLDialect dialect) Override to create the datasource from the external JNDI conection.void
JDBCDataStore.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 TypeClassDescriptionclass
jdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.class
jdbc-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 SQLDialect
H2GISDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore) protected SQLDialect
H2GISDataStoreFactory.createSQLDialect
(JDBCDataStore dataStore, Map<String, ?> params) Methods in org.h2gis.geotools with parameters of type SQLDialectModifier and TypeMethodDescriptionprotected DataSource
H2GISDataStoreFactory.createDataSource
(Map<String, ?> params, SQLDialect dialect)