|
|||||||||||
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.BooleanLiteral com.triactive.jdo.store.sql.expr.BooleanCharColumnLiteral
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.AbstractSqlExpression |
body, qs |
Constructor Summary | |
BooleanCharColumnLiteral(QueryStatement qs,
boolean value)
|
Method Summary | |
protected java.lang.String |
getBooleanFalseValue()
Return the String value for FALSE in the database. |
protected java.lang.String |
getBooleanTrueValue()
Return the String value for TRUE in the database. |
Methods inherited from class com.triactive.jdo.store.sql.expr.BooleanLiteral |
and, booleanValue, eor, eq, ior, not, noteq, toStatementText |
Methods inherited from class com.triactive.jdo.store.sql.expr.BooleanExpression |
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, select, setMapping, sub, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BooleanCharColumnLiteral(QueryStatement qs, boolean value)
Method Detail |
protected java.lang.String getBooleanTrueValue()
getBooleanTrueValue
in class BooleanLiteral
protected java.lang.String getBooleanFalseValue()
getBooleanFalseValue
in class BooleanLiteral
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |