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 Literal |
SqlBuilder.lit(Object o)
Use this to add literals (strings, etc) when building the SQL statement.
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractTranslator.translate(Literal l)
Translates
Literal . |
Copyright © 2014 Feedzai. All Rights Reserved.