| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
static SubString |
SqlBuilder.subString(Expression column,
Expression start,
Expression length)
The SUBSTRING SQL function (returns a substring of the string value from the expression).
|
static SubString |
SqlBuilder.subString(Expression column,
int start,
int length)
The SUBSTRING SQL function (returns a substring of the string value from the expression).
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractTranslator.translate(SubString subString)
Translates
SubString SQL function. |
| Modifier and Type | Method and Description |
|---|---|
String |
OracleTranslator.translate(SubString subString) |
Copyright © 2023 Feedzai. All rights reserved.