Modifier and Type | Method and Description |
---|---|
Dialect |
DatabaseCluster.getDialect()
Returns a dialect capable of returning database vendor specific values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExceptionFactory.indicatesFailure(E exception,
Dialect dialect) |
Constructor and Description |
---|
AbstractDatabaseProperties(DatabaseMetaData metaData,
Dialect dialect) |
Constructor and Description |
---|
EagerDatabaseProperties(DatabaseMetaData metaData,
Dialect dialect) |
EagerTableProperties(QualifiedName table,
DatabaseMetaData metaData,
Dialect dialect,
QualifiedNameFactory factory) |
Constructor and Description |
---|
LazyDatabaseProperties(DatabaseMetaDataProvider provider,
Dialect dialect) |
LazyTableProperties(QualifiedName table,
DatabaseMetaDataProvider metaDataProvider,
Dialect dialect,
QualifiedNameFactory nameFactory) |
Modifier and Type | Class and Description |
---|---|
class |
StandardDialect |
Modifier and Type | Method and Description |
---|---|
Dialect |
StandardDialectFactory.createDialect() |
Dialect |
DialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
DB2Dialect
Dialect for DB2 (commercial).
|
Modifier and Type | Method and Description |
---|---|
Dialect |
DB2DialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
DerbyDialect
Dialect for Apache Derby.
|
Modifier and Type | Method and Description |
---|---|
Dialect |
DerbyDialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
FirebirdDialect
Dialect for Firebird.
|
Modifier and Type | Method and Description |
---|---|
Dialect |
FirebirdDialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
H2Dialect
Dialect for H2 Database Engine.
|
Modifier and Type | Method and Description |
---|---|
Dialect |
H2DialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
HSQLDBDialect
Dialect for HSQLDB.
|
Modifier and Type | Method and Description |
---|---|
Dialect |
HSQLDBDialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
IngresDialect
Dialect for Ingres.
|
Modifier and Type | Method and Description |
---|---|
Dialect |
IngresDialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
MaxDBDialect
Dialect for MySQL MaxDB.
|
Modifier and Type | Method and Description |
---|---|
Dialect |
MaxDBDialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
MckoiDialect
Dialect for Mckoi.
|
Modifier and Type | Method and Description |
---|---|
Dialect |
MckoiDialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
MySQLDialect
Dialect for MySQL
|
Modifier and Type | Method and Description |
---|---|
Dialect |
MySQLDialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
OracleDialect
Dialect for Oracle (commercial).
|
Modifier and Type | Method and Description |
---|---|
Dialect |
OracleDialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
PostgreSQLDialect
Dialect for PostgreSQL.
|
Modifier and Type | Method and Description |
---|---|
Dialect |
PostgreSQLDialectFactory.createDialect() |
Modifier and Type | Class and Description |
---|---|
class |
SybaseDialect
Dialect for Sybase (commercial).
|
Modifier and Type | Method and Description |
---|---|
Dialect |
SybaseDialectFactory.createDialect() |
Modifier and Type | Method and Description |
---|---|
Dialect |
DatabaseClusterImpl.getDialect()
Returns a dialect capable of returning database vendor specific values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SQLExceptionFactory.indicatesFailure(SQLException exception,
Dialect dialect) |
Modifier and Type | Method and Description |
---|---|
boolean |
IOExceptionFactory.indicatesFailure(IOException exception,
Dialect dialect) |
Modifier and Type | Method and Description |
---|---|
boolean |
XAExceptionFactory.indicatesFailure(XAException exception,
Dialect dialect) |
Modifier and Type | Method and Description |
---|---|
Dialect |
SynchronizationContextImpl.getDialect() |
Dialect |
SynchronizationContext.getDialect()
Returns the dialect of the cluster.
|
Copyright © 2004–2014 Paul Ferraro. All rights reserved.