Package | Description |
---|---|
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 |
---|---|
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 |
AbstractDatabaseEngine.diaclect
The dialect.
|
Modifier and Type | Method and Description |
---|---|
Dialect |
DatabaseEngine.getDialect()
Gets the dialect being used.
|
Dialect |
AbstractDatabaseEngine.getDialect() |
Constructor and Description |
---|
AbstractDatabaseEngine(String driver,
PdbProperties properties,
Dialect dialect)
Creates a new instance of
AbstractDatabaseEngine . |
Copyright © 2014 Feedzai. All Rights Reserved.