| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc | |
| com.holonplatform.datastore.jdbc.composer | |
| com.holonplatform.datastore.jdbc.composer.dialect |
| Modifier and Type | Method and Description |
|---|---|
JdbcDatastore.Builder<D> |
JdbcDatastore.Builder.dialect(SQLDialect dialect)
Set the dialect to use.
|
| Modifier and Type | Method and Description |
|---|---|
static SQLDialect |
SQLDialect.db2()
Get the
SQLDialect for the DB2 database platform. |
static SQLDialect |
SQLDialect.derby()
Get the
SQLDialect for the Derby database platform. |
SQLDialect |
SQLContext.getDialect()
Get the
SQLDialect to use. |
static SQLDialect |
SQLDialect.h2()
Get the
SQLDialect for the H2 database platform. |
static SQLDialect |
SQLDialect.HANA()
Get the
SQLDialect for the SAP HANA database platform. |
static SQLDialect |
SQLDialect.hsqldb()
Get the
SQLDialect for the HSQLDB database platform. |
static SQLDialect |
SQLDialect.informix()
Get the
SQLDialect for the Informix database platform. |
static SQLDialect |
SQLDialect.mariaDB()
Get the
SQLDialect for the MariaDB database platform. |
static SQLDialect |
SQLDialect.mySQL()
Get the
SQLDialect for the MySQL database platform. |
static SQLDialect |
SQLDialect.oracle()
Get the
SQLDialect for the Oracle database platform. |
static SQLDialect |
SQLDialect.postgreSQL()
Get the
SQLDialect for the PostgreSQL database platform. |
static SQLDialect |
SQLDialect.sqlite()
Get the
SQLDialect for the SQLite database platform. |
static SQLDialect |
SQLDialect.sqlServer()
Get the
SQLDialect for the SQL Server database platform. |
| Modifier and Type | Method and Description |
|---|---|
static Optional<SQLDialect> |
SQLDialect.detect(com.holonplatform.jdbc.DatabasePlatform database)
Detect a suitable
SQLDialect to use with given database platform, if available. |
| Modifier and Type | Class and Description |
|---|---|
class |
DB2Dialect
DB2
SQLDialect. |
class |
DefaultDialect
Default
SQLDialect implementation. |
class |
DerbyDialect
Derby
SQLDialect. |
class |
H2Dialect
H2
SQLDialect. |
class |
HANADialect
HANA
SQLDialect. |
class |
HSQLDialect
HSQL
SQLDialect. |
class |
InformixDialect
Informix
SQLDialect. |
class |
MariaDBDialect
MariaDB
SQLDialect. |
class |
MySQLDialect
MySQL
SQLDialect. |
class |
OracleDialect
Oracle
SQLDialect. |
class |
PostgreSQLDialect
PostgreSQL
SQLDialect. |
class |
SQLiteDialect
SQLite
SQLDialect. |
class |
SQLServerDialect
MSSQL
SQLDialect. |
Copyright © 2019 The Holon Platform. All rights reserved.