| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.ddl |
Contains classes that aid on DDL creation.
|
| 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.dml.functions | |
| com.feedzai.commons.sql.abstraction.engine |
Contains the database engine core.
|
| com.feedzai.commons.sql.abstraction.engine.impl |
Database specific implementations.
|
| Class and Description |
|---|
| Expression
A generic SQL Expression capable of being translated.
|
| K
Represents a SQL constant.
|
| Class and Description |
|---|
| Between
Represents the BETWEEN operator.
|
| Case
Case SQL Expression.
|
| Concat
PDB Concat Operator.
|
| Delete
Represents the DELETE operator.
|
| Expression
A generic SQL Expression capable of being translated.
|
| Function
Represents SQL functions.
|
| Join
Represents a SQL join operator.
|
| Name
Represents a named expression.
|
| Query
Represents a SQL Query.
|
| StringAgg |
| Union
The union clause.
|
| Update
Represents the UPDATE operator.
|
| Values
The Values clause.
|
| Values.Row
A Row belonging to a Values clause.
|
| View
Represents a SQL view.
|
| When |
| With
With SQL Expression.
|
| Class and Description |
|---|
| Between
Represents the BETWEEN operator.
|
| Case
Case SQL Expression.
|
| Cast
The cast expression.
|
| Coalesce
Represents the coalesce operator.
|
| Concat
PDB Concat Operator.
|
| Delete
Represents the DELETE operator.
|
| Expression
A generic SQL Expression capable of being translated.
|
| Function
Represents SQL functions.
|
| Literal
Represents a literal object that will have no specific translation.
|
| Name
Represents a named expression.
|
| Query
Represents a SQL Query.
|
| StringAgg |
| Truncate
Represents the TRUNCATE operator.
|
| Union
The union clause.
|
| Update
Represents the UPDATE operator.
|
| Values
The Values clause.
|
| View
Represents a SQL view.
|
| With
With SQL Expression.
|
| Class and Description |
|---|
| Expression
A generic SQL Expression capable of being translated.
|
| Class and Description |
|---|
| Between
Represents the BETWEEN operator.
|
| Case
Case SQL Expression.
|
| Cast
The cast expression.
|
| Coalesce
Represents the coalesce operator.
|
| Concat
PDB Concat Operator.
|
| Delete
Represents the DELETE operator.
|
| Expression
A generic SQL Expression capable of being translated.
|
| Function
Represents SQL functions.
|
| Join
Represents a SQL join operator.
|
| K
Represents a SQL constant.
|
| Literal
Represents a literal object that will have no specific translation.
|
| Modulo
The MOD operator.
|
| Name
Represents a named expression.
|
| Query
Represents a SQL Query.
|
| RepeatDelimiter
Represents expressions that ca be repeated.
|
| StringAgg |
| Truncate
Represents the TRUNCATE operator.
|
| Union
The union clause.
|
| Update
Represents the UPDATE operator.
|
| Values
The Values clause.
|
| Values.Row
A Row belonging to a Values clause.
|
| View
Represents a SQL view.
|
| When |
| With
With SQL Expression.
|
| Class and Description |
|---|
| Cast
The cast expression.
|
| Concat
PDB Concat Operator.
|
| Expression
A generic SQL Expression capable of being translated.
|
| Function
Represents SQL functions.
|
| Join
Represents a SQL join operator.
|
| Modulo
The MOD operator.
|
| Query
Represents a SQL Query.
|
| RepeatDelimiter
Represents expressions that ca be repeated.
|
| StringAgg |
| Truncate
Represents the TRUNCATE operator.
|
| Union
The union clause.
|
| Update
Represents the UPDATE operator.
|
| Values
The Values clause.
|
| View
Represents a SQL view.
|
| With
With SQL Expression.
|
Copyright © 2023 Feedzai. All rights reserved.