Uses of Class
org.geotools.jdbc.SQLDialect
-
-
Uses of SQLDialect in org.geotools.data.db2
Subclasses of SQLDialect in org.geotools.data.db2 Modifier and Type Class Description class
DB2SQLDialect
class
DB2SQLDialectBasic
class
DB2SQLDialectPrepared
Methods in org.geotools.data.db2 that return SQLDialect Modifier and Type Method Description protected SQLDialect
DB2NGDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
-
Uses of SQLDialect in org.geotools.data.h2
Subclasses of SQLDialect in org.geotools.data.h2 Modifier and Type Class Description class
H2Dialect
Delegate forH2DialectBasic
andH2DialectPrepared
which implements the common parts of the dialect api.class
H2DialectBasic
H2 database dialect based on basic (non-prepared) statements.class
H2DialectPrepared
H2 database dialect based on prepared statements.Methods in org.geotools.data.h2 that return SQLDialect Modifier and Type Method Description protected SQLDialect
H2DataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
Methods in org.geotools.data.h2 with parameters of type SQLDialect Modifier and Type Method Description protected DataSource
H2DataStoreFactory. createDataSource(Map<String,?> params, SQLDialect dialect)
-
Uses of SQLDialect in org.geotools.data.hana
Subclasses of SQLDialect in org.geotools.data.hana Modifier and Type Class Description class
HanaDialect
A prepared statement SQL dialect for SAP HANA.Methods in org.geotools.data.hana that return SQLDialect Modifier and Type Method Description protected SQLDialect
HanaDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
-
Uses of SQLDialect in org.geotools.data.informix
Subclasses of SQLDialect in org.geotools.data.informix Modifier and Type Class Description class
InformixDialect
Informix database dialect based on basic (non-prepared) statements.Methods in org.geotools.data.informix that return SQLDialect Modifier and Type Method Description protected SQLDialect
InformixDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
-
Uses of SQLDialect in org.geotools.data.mysql
Subclasses of SQLDialect in org.geotools.data.mysql Modifier and Type Class Description class
MySQLDialect
Delegate forMySQLDialectBasic
andMySQLDialectPrepared
which implements the common part of the api.class
MySQLDialectBasic
MySQL database dialect based on basic (non-prepared) statements.class
MySQLDialectPrepared
MySQL database dialect based on prepared statements.Methods in org.geotools.data.mysql that return SQLDialect Modifier and Type Method Description protected SQLDialect
MySQLDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
-
Uses of SQLDialect in org.geotools.data.oracle
Subclasses of SQLDialect in org.geotools.data.oracle Modifier and Type Class Description class
OracleDialect
Abstract dialect implementation for Oracle.Methods in org.geotools.data.oracle that return SQLDialect Modifier and Type Method Description protected SQLDialect
OracleNGDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
-
Uses of SQLDialect in org.geotools.data.postgis
Subclasses of SQLDialect in org.geotools.data.postgis Modifier and Type Class Description class
PostGISDialect
class
PostGISPSDialect
Methods in org.geotools.data.postgis that return SQLDialect Modifier and Type Method Description protected SQLDialect
PostgisNGDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
protected SQLDialect
PostgisNGDataStoreFactory. createSQLDialect(JDBCDataStore dataStore, Map<String,?> params)
Methods in org.geotools.data.postgis with parameters of type SQLDialect Modifier and Type Method Description protected DataSource
PostgisNGDataStoreFactory. createDataSource(Map<String,?> params, SQLDialect dialect)
-
Uses of SQLDialect in org.geotools.data.sqlserver
Subclasses of SQLDialect in org.geotools.data.sqlserver Modifier and Type Class Description class
SQLServerDialect
Dialect implementation for Microsoft SQL Server.Methods in org.geotools.data.sqlserver that return SQLDialect Modifier and Type Method Description protected SQLDialect
SQLServerDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
-
Uses of SQLDialect in org.geotools.data.sqlserver.jtds
Subclasses of SQLDialect in org.geotools.data.sqlserver.jtds Modifier and Type Class Description class
JTDSSQLServerDialect
Methods in org.geotools.data.sqlserver.jtds that return SQLDialect Modifier and Type Method Description protected SQLDialect
JTDSSqlServerDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
-
Uses of SQLDialect in org.geotools.data.teradata
Subclasses of SQLDialect in org.geotools.data.teradata Modifier and Type Class Description class
TeradataDialect
Methods in org.geotools.data.teradata that return SQLDialect Modifier and Type Method Description protected SQLDialect
TeradataDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
-
Uses of SQLDialect in org.geotools.geopkg
Subclasses of SQLDialect in org.geotools.geopkg Modifier and Type Class Description class
GeoPkgDialect
The GeoPackage SQL Dialect.Methods in org.geotools.geopkg that return SQLDialect Modifier and Type Method Description protected SQLDialect
GeoPkgDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
protected SQLDialect
GeoPkgDataStoreFactory. createSQLDialect(JDBCDataStore dataStore, Map<String,?> params)
Methods in org.geotools.geopkg with parameters of type SQLDialect Modifier and Type Method Description protected DataSource
GeoPkgDataStoreFactory. createDataSource(Map<String,?> params, SQLDialect dialect)
-
Uses of SQLDialect in org.geotools.jdbc
Subclasses of SQLDialect in org.geotools.jdbc Modifier and Type Class Description class
BasicSQLDialect
class
PreparedStatementSQLDialect
SQL dialect which uses prepared statements for database interaction.Fields in org.geotools.jdbc declared as SQLDialect Modifier and Type Field Description SQLDialect
JDBCDataStore. dialect
the dialect of sqlMethods in org.geotools.jdbc that return SQLDialect Modifier and Type Method Description protected 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)
SQLDialect
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 SQLDialect Modifier and Type Method Description protected 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.geotools Modifier and Type Class Description class
H2GISDialect
jdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.class
H2GISPSDialect
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 SQLDialect Modifier and Type Method Description protected SQLDialect
H2GISDataStoreFactory. createSQLDialect(JDBCDataStore dataStore)
protected SQLDialect
H2GISDataStoreFactory. createSQLDialect(JDBCDataStore dataStore, Map<String,?> params)
Methods in org.h2gis.geotools with parameters of type SQLDialect Modifier and Type Method Description protected DataSource
H2GISDataStoreFactory. createDataSource(Map<String,?> params, SQLDialect dialect)
-