AggregateNumericExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String sql) |
|
AggregateNumericExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List args) |
|
AggregateStringExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List args) |
|
AggregateTemporalExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List args) |
|
ArrayExpression(SQLStatement stmt,
JavaTypeMapping mapping,
SQLExpression[] exprs) |
Constructor for an SQL expression for an array expression specified in the query.
|
ArrayExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an SQL expression for a (field) mapping in a specified table.
|
ArrayLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for an array literal with a value.
|
BinaryExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List<SQLExpression> args,
List types) |
|
BinaryExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an SQL expression for a (field) mapping in a specified table.
|
BinaryLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Creates a binary (byte[]) literal.
|
BooleanExpression(SQLStatement stmt,
JavaTypeMapping mapping) |
Constructor for a boolean expression for the specified mapping of the table.
|
BooleanExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String sql) |
Constructor for a boolean expression for the specified mapping using the specified SQL text.
|
BooleanExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List<SQLExpression> args) |
Generates statement as "FUNCTION_NAME(arg [,argN])" such as STARTS_WITH(arg1, arg2).
|
BooleanExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for a boolean expression for the specified mapping of the table.
|
BooleanLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Boolean value) |
Creates a boolean literal with the specified value, using the provided mapping.
|
BooleanLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Creates a boolean literal with the specified value, using the provided mapping.
|
BooleanSubqueryExpression(SQLStatement stmt,
String keyword,
SQLStatement subStmt) |
|
ByteExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an SQL expression for a (field) mapping in a specified table.
|
ByteLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Creates a byte literal.
|
CharacterExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List args) |
Generates statement as e.g.
|
CharacterExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List args,
List types) |
Generates statement as e.g.
|
CharacterExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an SQL expression for a (field) mapping in a specified table.
|
CharacterLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for a character literal with a value.
|
CollectionExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an SQL expression for a (field) mapping in a specified table.
|
CollectionLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for a collection literal with a value.
|
ColumnExpression(SQLStatement stmt,
Object value) |
Constructor for an SQL expression for a literal value.
|
ColumnExpression(SQLStatement stmt,
String parameterName,
JavaTypeMapping mapping,
Object value,
int colNumber) |
Constructor for an SQL expression for a parameter.
|
ColumnExpression(SQLStatement stmt,
SQLTable table,
Column col) |
Constructor for an SQL expression for a column.
|
DelegatedExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
|
EnumExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an expression for an enum field/property.
|
EnumLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for an Enum literal with a value.
|
FloatingPointLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for a floating point literal with a value.
|
IntegerLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for an integer literal with a value.
|
MapExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor.
|
MapKeyLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value) |
Constructor.
|
MapLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for a map literal with a value.
|
MapValueLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value) |
Constructor.
|
NewObjectExpression(SQLStatement stmt,
Class cls,
List<SQLExpression> args) |
|
NullLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for a null literal with a value (i.e null!).
|
NumericExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String sql) |
Constructor for a numeric expression for the specified mapping using the specified SQL text.
|
NumericExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List<SQLExpression> args) |
Generates statement as "FUNCTION_NAME(arg [,argN])".
|
NumericExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List<SQLExpression> args,
List types) |
Generates statement as "FUNCTION_NAME(arg [AS type] [,argN [AS typeN]])".
|
NumericExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for a numeric expression for the mapping in the specified table.
|
NumericSubqueryExpression(SQLStatement stmt,
SQLStatement subStmt) |
|
ObjectExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List args) |
Generates statement as "FUNCTION_NAME(arg [,argN])".
|
ObjectExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List args,
List types) |
Generates statement as "FUNCTION_NAME(arg [AS type] [,argN [AS typeN]])".
|
ObjectExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an SQL expression for a (field) mapping in a specified table.
|
ObjectLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for an Object literal with a value.
|
OptionalExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
|
OptionalLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
|
ParameterLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for an integer literal with a value.
|
ResultAliasExpression(SQLStatement stmt,
String aliasName) |
|
SingleCollectionExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
|
SingleCollectionLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
|
SQLExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List<SQLExpression> args,
List types) |
Generates statement as "FUNCTION_NAME(arg [AS type] [,argN [AS typeN]])".
|
SQLExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an SQL expression for a (field) mapping in a specified table.
|
StringExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List<SQLExpression> args) |
Generates statement as e.g.
|
StringExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List<SQLExpression> args,
List types) |
Generates statement as e.g.
|
StringExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an SQL expression for a (field) mapping in a specified table.
|
StringLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for a String literal with a value.
|
StringNumericExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an expression for a field/property that can be represented as String or numeric.
|
StringSubqueryExpression(SQLStatement stmt,
SQLStatement subStmt) |
|
StringTemporalExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an expression for a field/property represented as String/Temporal.
|
SubqueryExpression(SQLStatement stmt,
SQLStatement subStmt) |
|
TemporalExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List args) |
Generates statement as "FUNCTION_NAME(arg [,argN])".
|
TemporalExpression(SQLStatement stmt,
JavaTypeMapping mapping,
String functionName,
List args,
List types) |
Generates statement as "FUNCTION_NAME(arg [AS type] [,argN [AS typeN]])".
|
TemporalExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
Constructor for an SQL expression for a (field) mapping in a specified table.
|
TemporalLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
Constructor for a temporal literal with a value.
|
TemporalSubqueryExpression(SQLStatement stmt,
SQLStatement subStmt) |
|
TypeConverterExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
|
TypeConverterLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
|
TypeConverterMultiExpression(SQLStatement stmt,
SQLTable table,
JavaTypeMapping mapping) |
|
TypeConverterMultiLiteral(SQLStatement stmt,
JavaTypeMapping mapping,
Object value,
String parameterName) |
|
UnboundExpression(SQLStatement stmt,
String variableName) |
Constructor for an SQL expression for an unbound variable.
|