| 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 | Method and Description |
|---|---|
Concat |
Concat.with(Expression expression)
Adds an expression to concatenate.
|
| Modifier and Type | Method and Description |
|---|---|
static Concat |
SqlBuilder.concat(Expression delimiter,
Collection<Expression> expressions)
The CONCAT keyword.
|
static Concat |
SqlBuilder.concat(Expression delimiter,
Expression... expressions)
The CONCAT keyword.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractTranslator.translate(Concat concat)
Transform the concat keyword.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OracleTranslator.translate(Concat concat) |
String |
DB2Translator.translate(Concat concat) |
Copyright © 2021 Feedzai. All rights reserved.