Uses of Class
com.feedzai.commons.sql.abstraction.dml.dialect.Dialect
-
Packages that use Dialect Package Description com.feedzai.commons.sql.abstraction.dml.dialect Contains an SQL builder.com.feedzai.commons.sql.abstraction.engine Contains the database engine core. -
-
Uses of Dialect in com.feedzai.commons.sql.abstraction.dml.dialect
Methods in com.feedzai.commons.sql.abstraction.dml.dialect that return Dialect Modifier and Type Method Description static DialectDialect. 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. -
Uses of Dialect in com.feedzai.commons.sql.abstraction.engine
Fields in com.feedzai.commons.sql.abstraction.engine declared as Dialect Modifier and Type Field Description protected DialectAbstractDatabaseEngine. dialectThe dialect.Methods in com.feedzai.commons.sql.abstraction.engine that return Dialect Modifier and Type Method Description DialectAbstractDatabaseEngine. getDialect()DialectDatabaseEngine. getDialect()Gets the dialect being used.Constructors in com.feedzai.commons.sql.abstraction.engine with parameters of type Dialect Constructor Description AbstractDatabaseEngine(String driver, PdbProperties properties, Dialect dialect)Creates a new instance ofAbstractDatabaseEngine.
-