com.triactive.jdo.store
Class SubstringExpression

java.lang.Object
  extended by com.triactive.jdo.store.SQLExpression
      extended by com.triactive.jdo.store.CharacterExpression
          extended by com.triactive.jdo.store.SubstringExpression

 class SubstringExpression
extends CharacterExpression


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
SubstringExpression(CharacterExpression str, NumericExpression begin)
           
SubstringExpression(CharacterExpression str, NumericExpression begin, NumericExpression end)
           
 
Method Summary
 
Methods inherited from class com.triactive.jdo.store.CharacterExpression
add, charAtMethod, endsWithMethod, eq, gt, gteq, in, indexOfMethod, lengthMethod, lt, lteq, noteq, startsWithMethod, startsWithMethod, substringMethod, substringMethod, toLowerCaseMethod, toUpperCaseMethod, trim
 
Methods inherited from class com.triactive.jdo.store.SQLExpression
accessField, and, callMethod, cast, com, div, eor, getQueryStatement, ior, mod, mul, neg, not, sub, toStatementText, toString, typeList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubstringExpression

public SubstringExpression(CharacterExpression str,
                           NumericExpression begin)

SubstringExpression

public SubstringExpression(CharacterExpression str,
                           NumericExpression begin,
                           NumericExpression end)


Copyright ? 2001 TriActive, Inc. All Rights Reserved.