| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.dml |
Contains classes to build DML statements.
|
| com.feedzai.commons.sql.abstraction.engine |
Contains the database engine core.
|
| Modifier and Type | Field and Description |
|---|---|
List<When> |
Case.whens
List of when clauses.
|
| Modifier and Type | Method and Description |
|---|---|
static When |
When.when(Expression condition,
Expression action)
Creates a new When expression.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractTranslator.translate(When when)
Translates When.
|
Copyright © 2023 Feedzai. All rights reserved.