|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 javax.sql.DataSource |
H2DataStoreFactory.createDataSource(java.util.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)
|
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.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 javax.sql.DataSource |
JDBCJNDIDataStoreFactory.createDataSource(java.util.Map params,
SQLDialect dialect)
Override to create the datasource from the external JNDI conection. |
protected javax.sql.DataSource |
JDBCDataStoreFactory.createDataSource(java.util.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |