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.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.
|
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.
|
Update
Represents the UPDATE operator.
|
View
Represents a SQL view.
|
Class and Description |
---|
Between
Represents the BETWEEN operator.
|
Coalesce
Represents the coalesce operator.
|
Delete
Represents the DELETE operator.
|
Expression
A generic SQL Expression capable of being translated.
|
Literal
Represents a literal object that will have no specific translation.
|
Name
Represents a named expression.
|
Query
Represents a SQL Query.
|
Truncate
Represents the TRUNCATE operator.
|
Update
Represents the UPDATE operator.
|
View
Represents a SQL view.
|
Class and Description |
---|
Between
Represents the BETWEEN operator.
|
Coalesce
Represents the coalesce 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.
|
Truncate
Represents the TRUNCATE operator.
|
Update
Represents the UPDATE operator.
|
View
Represents a SQL view.
|
Class and Description |
---|
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.
|
Truncate
Represents the TRUNCATE operator.
|
Update
Represents the UPDATE operator.
|
View
Represents a SQL view.
|
Copyright © 2014 Feedzai. All Rights Reserved.