| 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 |
|---|---|
Union |
Union.all()
Sets this UNION to UNION ALL.
|
| Modifier and Type | Method and Description |
|---|---|
static Union |
SqlBuilder.union(Collection<Expression> expressions)
Creates a union expression.
|
static Union |
SqlBuilder.union(Expression... expressions)
Creates a union expression.
|
| Modifier and Type | Method and Description |
|---|---|
protected Union |
AbstractTranslator.rowsToUnion(List<Expression> rows)
Transform values' rows into a union.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractTranslator.translate(Union union)
Translates
Union. |
| Modifier and Type | Method and Description |
|---|---|
protected Union |
MySqlTranslator.rowsToUnion(List<Expression> rows) |
Copyright © 2023 Feedzai. All rights reserved.