com.triactive.jdo.store
Class BooleanBitColumnExpression

java.lang.Object
  extended by com.triactive.jdo.store.SQLExpression
      extended by com.triactive.jdo.store.BooleanExpression
          extended by com.triactive.jdo.store.BooleanBitColumnExpression

 class BooleanBitColumnExpression
extends BooleanExpression


Nested Class Summary
 
Nested classes/interfaces inherited from class com.triactive.jdo.store.SQLExpression
SQLExpression.DyadicOperator, SQLExpression.IllegalArgumentTypeException, SQLExpression.IllegalOperationException, SQLExpression.MethodInvocationException, SQLExpression.MonadicOperator, SQLExpression.Operator
 
Field Summary
 
Fields inherited from class com.triactive.jdo.store.SQLExpression
lowestOperator, OP_ADD, OP_AND, OP_BETWEEN, OP_CONCAT, OP_DIV, OP_EQ, OP_GT, OP_GTEQ, OP_IN, OP_IS, OP_ISNOT, OP_LIKE, OP_LT, OP_LTEQ, OP_MUL, OP_NEG, OP_NOT, OP_NOTEQ, OP_OR, OP_SUB, qs, st
 
Constructor Summary
BooleanBitColumnExpression(QueryStatement qs, QueryStatement.QueryColumn qsc)
           
BooleanBitColumnExpression(QueryStatement qs, QueryStatement.QueryColumn qsc, boolean truthTest)
           
 
Method Summary
 BooleanExpression eq(SQLExpression expr)
           
 BooleanExpression in(SQLExpression expr)
           
 BooleanExpression not()
           
 BooleanExpression noteq(SQLExpression expr)
           
 
Methods inherited from class com.triactive.jdo.store.BooleanExpression
and, eor, ior
 
Methods inherited from class com.triactive.jdo.store.SQLExpression
accessField, add, callMethod, cast, com, div, getQueryStatement, gt, gteq, lt, lteq, mod, mul, neg, sub, toStatementText, toString, typeList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanBitColumnExpression

public BooleanBitColumnExpression(QueryStatement qs,
                                  QueryStatement.QueryColumn qsc)

BooleanBitColumnExpression

public BooleanBitColumnExpression(QueryStatement qs,
                                  QueryStatement.QueryColumn qsc,
                                  boolean truthTest)
Method Detail

not

public BooleanExpression not()
Overrides:
not in class BooleanExpression

eq

public BooleanExpression eq(SQLExpression expr)
Overrides:
eq in class BooleanExpression

noteq

public BooleanExpression noteq(SQLExpression expr)
Overrides:
noteq in class BooleanExpression

in

public BooleanExpression in(SQLExpression expr)
Overrides:
in in class BooleanExpression


Copyright ? 2001 TriActive, Inc. All Rights Reserved.