|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryParameters.Direction | |
---|---|
org.midao.jdbc.core.handlers.model |
Uses of QueryParameters.Direction in org.midao.jdbc.core.handlers.model |
---|
Methods in org.midao.jdbc.core.handlers.model that return QueryParameters.Direction | |
---|---|
QueryParameters.Direction |
QueryParameters.getDirection(java.lang.String key)
Returns direction of specified key |
static QueryParameters.Direction |
QueryParameters.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QueryParameters.Direction[] |
QueryParameters.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.midao.jdbc.core.handlers.model with parameters of type QueryParameters.Direction | |
---|---|
QueryParameters |
QueryParameters.set(java.lang.String key,
java.lang.Object value,
java.lang.Integer type,
QueryParameters.Direction direction)
Setter function of QueryParameters |
QueryParameters |
QueryParameters.set(java.lang.String key,
java.lang.Object value,
java.lang.Integer type,
QueryParameters.Direction direction,
java.lang.Integer position)
Setter function of QueryParameters |
QueryParameters |
QueryParameters.set(java.lang.String key,
java.lang.Object value,
QueryParameters.Direction direction)
Setter function of QueryParameters |
QueryParameters |
QueryParameters.updateDirection(java.lang.String key,
QueryParameters.Direction direction)
Updates direction of specified key |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |