| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc | |
| com.holonplatform.datastore.jdbc.config | |
| com.holonplatform.datastore.jdbc.dialect |
| Modifier and Type | Method and Description |
|---|---|
static JdbcDialect.StatementConfigurator |
JdbcDialect.StatementConfigurator.create(JdbcDialect dialect)
Create a new
JdbcDialect.StatementConfigurator using given dialect. |
JdbcDatastore.Builder<D> |
JdbcDatastore.Builder.dialect(JdbcDialect dialect)
Set the dialect to use.
|
| Modifier and Type | Method and Description |
|---|---|
JdbcDialect |
JdbcDatastoreCommodityContext.getDialect()
Get the
JdbcDialect bound to the datastore. |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2Dialect
DB2
JdbcDialect. |
class |
DefaultDialect
Default
JdbcDialect implementation. |
class |
DerbyDialect
Derby
JdbcDialect. |
class |
H2Dialect
H2
JdbcDialect. |
class |
HANADialect
HANA
JdbcDialect. |
class |
HSQLDialect
HSQL
JdbcDialect. |
class |
InformixDialect
Informix
JdbcDialect. |
class |
MariaDBDialect
MariaDB
JdbcDialect. |
class |
MySQLDialect
MySQL
JdbcDialect. |
class |
OracleDialect
Oracle
JdbcDialect. |
class |
PostgreSQLDialect
PostgreSQL
JdbcDialect. |
class |
SQLiteDialect
SQLite
JdbcDialect. |
class |
SQLServerDialect
MSSQL
JdbcDialect. |
Copyright © 2017 The Holon Platform. All rights reserved.