Uses of Class
org.geotools.jdbc.SQLDialect

Packages that use SQLDialect
org.geotools.data.db2   
org.geotools.data.h2   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.data.spatialite   
org.geotools.data.sqlserver   
org.geotools.data.teradata   
org.geotools.geopkg   
org.geotools.jdbc   
 

Uses of SQLDialect in org.geotools.data.db2
 

Subclasses of SQLDialect in org.geotools.data.db2
 class DB2SQLDialect
           
 class DB2SQLDialectBasic
           
 class DB2SQLDialectPrepared
           
 

Methods in org.geotools.data.db2 that return SQLDialect
protected  SQLDialect DB2NGDataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
           
 

Uses of SQLDialect in org.geotools.data.h2
 

Subclasses of SQLDialect in org.geotools.data.h2
 class H2Dialect
          Delegate for H2DialectBasic and H2DialectPrepared 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
protected  SQLDialect H2DataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
           
 

Methods in org.geotools.data.h2 with parameters of type SQLDialect
protected  DataSource H2DataStoreFactory.createDataSource(Map params, SQLDialect dialect)
           
 

Uses of SQLDialect in org.geotools.data.mysql
 

Subclasses of SQLDialect in org.geotools.data.mysql
 class MySQLDialect
          Delegate for MySQLDialectBasic and MySQLDialectPrepared 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
protected  SQLDialect MySQLDataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
           
 

Uses of SQLDialect in org.geotools.data.oracle
 

Subclasses of SQLDialect in org.geotools.data.oracle
 class OracleDialect
          Abstract dialect implementation for Oracle.
 

Methods in org.geotools.data.oracle that return SQLDialect
protected  SQLDialect OracleNGDataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
           
 

Uses of SQLDialect in org.geotools.data.postgis
 

Subclasses of SQLDialect in org.geotools.data.postgis
 class PostGISDialect
           
 class PostGISPSDialect
           
 

Methods in org.geotools.data.postgis that return SQLDialect
protected  SQLDialect PostgisNGDataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
           
 

Methods in org.geotools.data.postgis with parameters of type SQLDialect
protected  DataSource PostgisNGDataStoreFactory.createDataSource(Map params, SQLDialect dialect)
           
 

Uses of SQLDialect in org.geotools.data.spatialite
 

Subclasses of SQLDialect in org.geotools.data.spatialite
 class SpatiaLiteDialect
          Dialect for SpatiaLite embedded database.
 

Methods in org.geotools.data.spatialite that return SQLDialect
protected  SQLDialect SpatiaLiteDataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
           
 

Uses of SQLDialect in org.geotools.data.sqlserver
 

Subclasses of SQLDialect in org.geotools.data.sqlserver
 class SQLServerDialect
          Dialect implementation for Microsoft SQL Server.
 

Methods in org.geotools.data.sqlserver that return SQLDialect
protected  SQLDialect SQLServerDataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
           
 

Uses of SQLDialect in org.geotools.data.teradata
 

Subclasses of SQLDialect in org.geotools.data.teradata
 class TeradataDialect
           
 

Methods in org.geotools.data.teradata that return SQLDialect
protected  SQLDialect TeradataDataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
           
 

Uses of SQLDialect in org.geotools.geopkg
 

Subclasses of SQLDialect in org.geotools.geopkg
 class GeoPkgDialect
           
 

Methods in org.geotools.geopkg that return SQLDialect
protected  SQLDialect GeoPkgDataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
           
 

Uses of SQLDialect in org.geotools.jdbc
 

Subclasses of SQLDialect in org.geotools.jdbc
 class BasicSQLDialect
           
 class PreparedStatementSQLDialect
          SQL dialect which uses prepared statements for database interaction.
 

Fields in org.geotools.jdbc declared as SQLDialect
protected  SQLDialect JDBCDataStore.dialect
          the dialect of sql
 

Methods in org.geotools.jdbc that return SQLDialect
protected  SQLDialect JDBCJNDIDataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
           
protected abstract  SQLDialect JDBCDataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
          Creates the dialect that the datastore uses for communication with the underlying database.
 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
protected  DataSource JDBCJNDIDataStoreFactory.createDataSource(Map params, SQLDialect dialect)
          Override to create the datasource from the external JNDI conection.
protected  DataSource JDBCDataStoreFactory.createDataSource(Map params, SQLDialect dialect)
          Creates the datasource for the data store.
 void JDBCDataStore.setSQLDialect(SQLDialect dialect)
          Sets the dialect the datastore uses to generate sql statements in order to communicate with the underlying database.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.