Modifier and Type | Class and Description |
---|---|
class |
DB2SQLDialect |
class |
DB2SQLDialectBasic |
class |
DB2SQLDialectPrepared |
Modifier and Type | Method and Description |
---|---|
protected SQLDialect |
DB2NGDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected SQLDialect |
H2DataStoreFactory.createSQLDialect(JDBCDataStore dataStore) |
Modifier and Type | Method and Description |
---|---|
protected DataSource |
H2DataStoreFactory.createDataSource(Map params,
SQLDialect dialect) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected SQLDialect |
MySQLDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) |
Modifier and Type | Class and Description |
---|---|
class |
OracleDialect
Abstract dialect implementation for Oracle.
|
Modifier and Type | Method and Description |
---|---|
protected SQLDialect |
OracleNGDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) |
Modifier and Type | Class and Description |
---|---|
class |
PostGISDialect |
class |
PostGISPSDialect |
Modifier and Type | Method and Description |
---|---|
protected SQLDialect |
PostgisNGDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) |
Modifier and Type | Method and Description |
---|---|
protected DataSource |
PostgisNGDataStoreFactory.createDataSource(Map params,
SQLDialect dialect) |
Modifier and Type | Class and Description |
---|---|
class |
SQLServerDialect
Dialect implementation for Microsoft SQL Server.
|
Modifier and Type | Method and Description |
---|---|
protected SQLDialect |
SQLServerDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) |
Modifier and Type | Class and Description |
---|---|
class |
JTDSSQLServerDialect |
Modifier and Type | Method and Description |
---|---|
protected SQLDialect |
JTDSSqlServerDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) |
Modifier and Type | Class and Description |
---|---|
class |
TeradataDialect |
Modifier and Type | Method and Description |
---|---|
protected SQLDialect |
TeradataDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) |
Modifier and Type | Class and Description |
---|---|
class |
GeoPkgDialect
The GeoPackage SQL Dialect.
|
Modifier and Type | Method and Description |
---|---|
protected SQLDialect |
GeoPkgDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) |
Modifier and Type | Method and Description |
---|---|
protected DataSource |
GeoPkgDataStoreFactory.createDataSource(Map params,
SQLDialect dialect) |
Modifier and Type | Class and Description |
---|---|
class |
BasicSQLDialect |
class |
PreparedStatementSQLDialect
SQL dialect which uses prepared statements for database interaction.
|
Modifier and Type | Field and Description |
---|---|
SQLDialect |
JDBCDataStore.dialect
the dialect of sql
|
Modifier and Type | Method and Description |
---|---|
protected abstract SQLDialect |
JDBCDataStoreFactory.createSQLDialect(JDBCDataStore dataStore)
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.
|
Modifier and Type | Method and Description |
---|---|
protected DataSource |
JDBCDataStoreFactory.createDataSource(Map params,
SQLDialect dialect)
Creates the datasource for the data store.
|
protected DataSource |
JDBCJNDIDataStoreFactory.createDataSource(Map 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.
|
Modifier and Type | Class and Description |
---|---|
class |
MBTilesDialect |
Modifier and Type | Method and Description |
---|---|
protected SQLDialect |
MBTilesDataStoreFactory.createSQLDialect(JDBCDataStore dataStore) |
Copyright © 1996–2019 Geotools. All rights reserved.