|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.triactive.jdo.store.SQLExpression
com.triactive.jdo.store.NumericExpression
com.triactive.jdo.store.IndexOfExpression
class IndexOfExpression
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 | |
---|---|
IndexOfExpression(CharacterExpression str,
CharacterExpression substr)
|
Method Summary | |
---|---|
BooleanExpression |
gteq(SQLExpression expr)
|
StatementText |
toStatementText()
|
Methods inherited from class com.triactive.jdo.store.NumericExpression |
---|
add, div, eq, gt, in, lt, lteq, mul, neg, noteq, sub |
Methods inherited from class com.triactive.jdo.store.SQLExpression |
---|
accessField, and, callMethod, cast, com, eor, getQueryStatement, ior, mod, not, toString, typeList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IndexOfExpression(CharacterExpression str, CharacterExpression substr)
Method Detail |
---|
public BooleanExpression gteq(SQLExpression expr)
gteq
in class NumericExpression
public StatementText toStatementText()
toStatementText
in class SQLExpression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |