|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumericExpression | |
---|---|
com.triactive.jdo.store.adapter | |
com.triactive.jdo.store.sql.expr |
Uses of NumericExpression in com.triactive.jdo.store.adapter |
---|
Methods in com.triactive.jdo.store.adapter with parameters of type NumericExpression | |
---|---|
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 NumericExpression in com.triactive.jdo.store.sql.expr |
---|
Subclasses of NumericExpression in com.triactive.jdo.store.sql.expr | |
---|---|
class |
DecimalLiteral
A decimal literal value. |
class |
FloatingPointLiteral
|
class |
IntegerLiteral
|
Methods in com.triactive.jdo.store.sql.expr with parameters of type NumericExpression | |
---|---|
SqlExpression |
StringLiteral.substringMethod(NumericExpression begin)
|
SqlExpression |
StringLiteral.substringMethod(NumericExpression begin,
NumericExpression end)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |