Uses of Class
org.midao.jdbc.core.handlers.model.QueryParameters.Direction

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
 



Copyright © 2013. All Rights Reserved.