|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringExpression | |
---|---|
com.triactive.jdo.store.adapter | |
com.triactive.jdo.store.sql.expr |
Uses of StringExpression in com.triactive.jdo.store.adapter |
---|
Methods in com.triactive.jdo.store.adapter with parameters of type StringExpression | |
---|---|
SqlExpression |
DatabaseAdapter.lengthMethod(StringExpression str)
Returns the appropriate SQL expression for the JDOQL String.length() method. |
SqlExpression |
DatabaseAdapter.substringMethod(StringExpression str,
NumericExpression begin)
Returns the appropriate SQL expression for the JDOQL String.substring(str,begin) method. |
SqlExpression |
DatabaseAdapter.substringMethod(StringExpression str,
NumericExpression begin,
NumericExpression end)
Returns the appropriate SQL expression for the JDOQL String.substring(str,begin,end) method. |
Uses of StringExpression in com.triactive.jdo.store.sql.expr |
---|
Subclasses of StringExpression in com.triactive.jdo.store.sql.expr | |
---|---|
class |
StringLiteral
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |