Verwendungen von Schnittstelle
org.apache.torque.criteria.PreparedStatementPart
Packages, die PreparedStatementPart verwenden
Package
Beschreibung
This package contains Torque's Criteria classes.
This package contains classes which can build
PreparedStatementParts from a single value or column.
This package contains classes which can build
PreparedStatementParts from a WhereClauseExpression.
-
Verwendungen von PreparedStatementPart in org.apache.torque.criteria
Klassen in org.apache.torque.criteria, die PreparedStatementPart implementierenModifizierer und TypKlasseBeschreibungclass
Modifiable implementation of the PreparedStatementPart interface.Methoden in org.apache.torque.criteria, die PreparedStatementPart zurückgebenModifizierer und TypMethodeBeschreibungfinal PreparedStatementPart
Join.getLeftTable()
final PreparedStatementPart
Join.getRightTable()
Methoden in org.apache.torque.criteria mit Parametern vom Typ PreparedStatementPartModifizierer und TypMethodeBeschreibungCriteria.addJoin
(PreparedStatementPart leftTable, PreparedStatementPart rightTable, Criterion joinCondition, JoinType joinType) Adds a join to the criteria, E.g. to create the conditionPreparedStatementPartImpl.append
(PreparedStatementPart toAppend) Appends another PreparedStatementPart to this part.Konstruktoren in org.apache.torque.criteria mit Parametern vom Typ PreparedStatementPartModifiziererKonstruktorBeschreibungFromElement
(String fromExpression, JoinType joinType, PreparedStatementPart joinCondition) Constructor.Join
(PreparedStatementPart leftTable, PreparedStatementPart rightTable, Criterion joinCondition, JoinType joinType) Constructor.Copy-Constructor. -
Verwendungen von PreparedStatementPart in org.apache.torque.sql.objectbuilder
Klassen in org.apache.torque.sql.objectbuilder, die PreparedStatementPart implementierenModifizierer und TypKlasseBeschreibungclass
A PreparedStatementPart which encapsulates a subselect.Methoden in org.apache.torque.sql.objectbuilder, die PreparedStatementPart zurückgeben -
Verwendungen von PreparedStatementPart in org.apache.torque.sql.whereclausebuilder
Klassen in org.apache.torque.sql.whereclausebuilder, die PreparedStatementPart implementierenModifizierer und TypKlasseBeschreibungclass
A PreparedStatementPart which consists of a list of other PreparedStatementParts.class
A PreparedStatementPart which only contains SQL and no replacements.class
A PreparedStatementPart which only contains replacements, no sql.Methoden in org.apache.torque.sql.whereclausebuilder, die PreparedStatementPart zurückgebenModifizierer und TypMethodeBeschreibungCurrentDateTimePsPartBuilder.buildPs
(WhereClauseExpression whereClauseExpression, boolean ignoreCase, Query query, Adapter adapter) Builds a PreparedStatementPart from a WhereClauseExpression.EnumValueBuilder.buildPs
(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Takes a WhereClauseExpression containing a enum object and unwraps the enum value.InBuilder.buildPs
(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Takes a columnName and criteria and builds a SQL 'IN' expression taking into account the ignoreCase flag.LikeBuilder.buildPs
(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Builds the PS part for a WhereClauseExpression with a LIKE operator.NullValueBuilder.buildPs
(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Builds a PreparedStatementPart from a WhereClauseExpression which rhs is null and which has one of the comparison opertator =, <>, or !StandardBuilder.buildPs
(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Builds a PreparedStatementPart from a WhereClauseExpression which RHS and LHS is a simple value.VerbatimSqlConditionBuilder.buildPs
(WhereClauseExpression whereClausePart, boolean ignoreCase, Query query, Adapter adapter) Builds the PS part for a WhereClauseExpression with a verbatim SQL condition.WhereClausePsPartBuilder.buildPs
(WhereClauseExpression whereClauseExpression, boolean ignoreCase, Query query, Adapter adapter) Builds a PreparedStatementPart from a WhereClauseExpression.Methoden in org.apache.torque.sql.whereclausebuilder mit Parametern vom Typ PreparedStatementPartModifizierer und TypMethodeBeschreibungvoid
CombinedPreparedStatementPart.append
(PreparedStatementPart toAdd) Adds a PreparedStatementPart to the list of contained PreparedStatementParts.Konstruktoren in org.apache.torque.sql.whereclausebuilder mit Parametern vom Typ PreparedStatementPartModifiziererKonstruktorBeschreibungConstructor.