|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.triactive.jdo.store.sql.expr.AbstractSqlExpression com.triactive.jdo.store.sql.expr.BooleanExpression com.triactive.jdo.store.sql.expr.ComparisonExpression com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression com.triactive.jdo.store.sql.expr.BooleanBitColumnExpression
Nested Class Summary |
Nested classes inherited from class com.triactive.jdo.store.sql.expr.AbstractSqlExpression |
AbstractSqlExpression.Body, AbstractSqlExpression.CompoundExpression, AbstractSqlExpression.SimpleColumnReference, AbstractSqlExpression.SubqueryExpression |
Field Summary |
Fields inherited from class com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression |
qscExpr, truthTest |
Fields inherited from class com.triactive.jdo.store.sql.expr.AbstractSqlExpression |
body, qs |
Constructor Summary | |
BooleanBitColumnExpression(QueryStatement.QueryColumn qsc)
|
|
BooleanBitColumnExpression(QueryStatement.QueryColumn qsc,
boolean truthTest)
|
Methods inherited from class com.triactive.jdo.store.sql.expr.SimulatedBooleanColumnExpression |
eq, getTruthTest, getUnderlyingColumn, not, noteq, select |
Methods inherited from class com.triactive.jdo.store.sql.expr.BooleanExpression |
and, eor, ior, protectOuterJoins, unprotectedOuterJoins, unprotectedOuterJoins |
Methods inherited from class com.triactive.jdo.store.sql.expr.AbstractSqlExpression |
accessField, add, callMethod, cast, com, div, getColumnMapping, getJavaType, getMapping, getQueryStatement, getReferencedColumns, gt, gteq, innermostQuery, innermostQuery, lt, lteq, mod, mul, neg, newBody, newBody, newBody, newBody, newBody, newBody, newResultExpression, newSubqueryBody, setMapping, sub, toStatementText, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BooleanBitColumnExpression(QueryStatement.QueryColumn qsc)
public BooleanBitColumnExpression(QueryStatement.QueryColumn qsc, boolean truthTest)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |