| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.dml |
Contains classes to build DML statements.
|
| com.feedzai.commons.sql.abstraction.dml.dialect |
Contains an SQL builder.
|
| com.feedzai.commons.sql.abstraction.engine |
Contains the database engine core.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Expression.translate(Dialect diaclect,
PdbProperties properties)
Translates this expression according to the dialect.
|
| Modifier and Type | Method and Description |
|---|---|
static Dialect |
Dialect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dialect[] |
Dialect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Dialect |
DatabaseEngineImpl.diaclect
The dialect.
|
| Modifier and Type | Method and Description |
|---|---|
Dialect |
DatabaseEngineImpl.getDialect() |
Dialect |
DatabaseEngine.getDialect() |
| Constructor and Description |
|---|
DatabaseEngineImpl(String driver,
Properties properties,
Dialect dialect)
Creates a new instance of
DatabaseEngineImpl. |
Copyright © 2013. All Rights Reserved.