| 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.
|
| com.feedzai.commons.sql.abstraction.engine.impl |
Database specific implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalFunction
Represents functions that are internal to the database engine in place.
|
| Modifier and Type | Method and Description |
|---|---|
static Function |
SqlBuilder.ascii(Expression column)
The ASCII SQL function (returns the ASCII code of the first character in the string value from the expression).
|
static Function |
SqlBuilder.length(Expression column)
The CHAR_LENGTH SQL function (returns the length of string value from the expression, in number of characters).
|
static Function |
SqlBuilder.stddevp(Expression exp)
The STDDEV_POP operator (population standard deviation).
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AbstractTranslator.translate(Function f)
Translates
Function. |
| Modifier and Type | Method and Description |
|---|---|
String |
DB2Translator.translate(Function f) |
String |
H2Translator.translate(Function f) |
String |
OracleTranslator.translate(Function f) |
String |
SqlServerTranslator.translate(Function f) |
String |
MySqlTranslator.translate(Function f) |
String |
PostgreSqlTranslator.translate(Function f) |
Copyright © 2023 Feedzai. All rights reserved.