Package | Description |
---|---|
org.apache.torque.sql |
This package contains classes which are mainly used in the SQL generation
process.
|
org.apache.torque.sql.whereclausebuilder |
This package contains classes which can build
PreparedStatementParts from a WhereClauseExpression.
|
Modifier and Type | Method and Description |
---|---|
static List<WhereClausePsPartBuilder> |
SqlBuilder.getWhereClausePsPartBuilders()
Returns the Builders which are responsible to render single where clause
conditions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWhereClausePsPartBuilder
Abstract base class for a WhereClausePsPartBuilder.
|
class |
CurrentDateTimePsPartBuilder
A WhereClausePsPartBuilder which handles
SqlEnum.CURRENT_DATE
and SqlEnum.CURRENT_TIME . |
class |
EnumValueBuilder
Builds a PreparedStatementPart from a WhereClauseExpression containing an enum object.
|
class |
InBuilder
Builds a PreparedStatementPart from a WhereClauseExpression containing
a Like operator.
|
class |
LikeBuilder
Builds a PreparedStatementPart from a WhereClauseExpression containing
a Like operator.
|
class |
NullValueBuilder
Builds a PreparedStatementPart from a WhereClauseExpression which
rhs is null and which has one of the comparison opertator =, <>, or !=,
or which operator is SqlEnum.ISNULL or SqlEnum.ISNOTNULL
|
class |
StandardBuilder
Builds a PreparedStatementPart from a WhereClauseExpression which
RHS and LHS is a simple value.
|
class |
VerbatimSqlConditionBuilder
Builds a PreparedStatementPart from a WhereClauseExpression containing
a verbatim SQL condition.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.