Uses of Class
com.uwyn.rife.database.queries.Select.JoinType

Packages that use Select.JoinType
com.uwyn.rife.database.queries Provides classes and interfaces for the object-oriented query builders. 
com.uwyn.rife.database.querymanagers.generic Provides classes and interfaces for the persistance framework. 
 

Uses of Select.JoinType in com.uwyn.rife.database.queries
 

Fields in com.uwyn.rife.database.queries declared as Select.JoinType
static Select.JoinType Select.FULL
           
static Select.JoinType Select.LEFT
           
static Select.JoinType Select.RIGHT
           
 

Methods in com.uwyn.rife.database.queries that return Select.JoinType
 Select.JoinType Select.JoinOuter.getType()
           
 

Methods in com.uwyn.rife.database.queries with parameters of type Select.JoinType
 Select Select.joinOuter(String table, Select.JoinType type, Select.JoinCondition condition, String conditionExpression)
           
 

Uses of Select.JoinType in com.uwyn.rife.database.querymanagers.generic
 

Methods in com.uwyn.rife.database.querymanagers.generic with parameters of type Select.JoinType
 RestoreQuery RestoreQuery.joinOuter(String table, Select.JoinType type, Select.JoinCondition condition, String conditionExpression)
           
 CountQuery CountQuery.joinOuter(String table, Select.JoinType type, Select.JoinCondition condition, String conditionExpression)
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.