Uses of Class
ar.com.jiji.kaya.query.QueryItem.QueryOp

Packages that use QueryItem.QueryOp
ar.com.jiji.kaya.query Clases para representar una consulta. 
 

Uses of QueryItem.QueryOp in ar.com.jiji.kaya.query
 

Methods in ar.com.jiji.kaya.query that return QueryItem.QueryOp
 QueryItem.QueryOp QueryItem.getOp()
           
static QueryItem.QueryOp QueryItem.QueryOp.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QueryItem.QueryOp[] QueryItem.QueryOp.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in ar.com.jiji.kaya.query with parameters of type QueryItem.QueryOp
 void Query.add(java.lang.String column, java.lang.Object value, QueryItem.QueryOp op)
           
 void Query.add(java.lang.String query, QueryItem.QueryOp op)
           
 

Constructors in ar.com.jiji.kaya.query with parameters of type QueryItem.QueryOp
QueryItem(java.lang.Object value, QueryItem.QueryOp op)
           
QueryItem(java.lang.String column, java.lang.Object value, QueryItem.QueryOp op)
           
 



Copyright © 2006 Kaya. All Rights Reserved.