| 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 |
|---|---|
With |
With.andWith(String alias,
Expression expression)
Adds an alias and expression to the with clause.
|
With |
With.then(Expression thenExpression)
Sets the expression to be executed given the clauses.
|
| Modifier and Type | Method and Description |
|---|---|
static With |
SqlBuilder.with(String alias,
Expression expression)
The With clause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractTranslator.translate(With with) |
| Modifier and Type | Method and Description |
|---|---|
String |
MySqlTranslator.translate(With with) |
Copyright © 2023 Feedzai. All rights reserved.