|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WhereClause | |
wt.pds | Provides additional Persistent Database
Services. See
PersistenceManager to fulfill most database access needs. |
wt.query | Provides generic support for defining SQL queries
(see
QuerySpec and the various things
that can be appended to it) in a database
inedependent manner that should be used with the
PersistenceManager . |
Uses of WhereClause in wt.pds |
Fields in wt.pds declared as WhereClause | |
private WhereClause |
ObjectReferenceStatementBuilder.whereClause
|
Methods in wt.pds that return WhereClause | |
abstract WhereClause |
SelectStatementBuilder.getWhereClause()
Gets the value of the attribute: whereClause. |
WhereClause |
QuerySpecStatementBuilder.getJoinWhereClause(WhereClause a_whereClause,
Set a_joinIndexSet)
Supported API: false |
WhereClause |
QuerySpecStatementBuilder.getWhereClause()
Gets the value of the attribute: whereClause. |
WhereClause |
ObjectReferenceStatementBuilder.getWhereClause()
Gets the object for the association that plays role: whereClause. |
private WhereClause |
DepthThresholdStatementBuilder.getWhereClause()
|
Methods in wt.pds with parameters of type WhereClause | |
abstract String |
SelectStatementBuilder.buildSQLStatement(Vector a_tables,
Vector a_aliases,
ResultBuilder a_resultBuilder,
boolean a_distinct,
WhereClause a_whereClause,
String a_orderByClause,
GroupByClause a_groupByClause,
ConditionsClause a_havingClause,
int a_sqlIndex,
boolean a_forUpdate)
This method builds a SQL statement. |
WhereClause |
QuerySpecStatementBuilder.getJoinWhereClause(WhereClause a_whereClause,
Set a_joinIndexSet)
Supported API: false |
String |
QuerySpecStatementBuilder.buildSQLStatement(Vector a_tables,
Vector a_aliases,
ResultBuilder a_resultBuilder,
boolean a_distinct,
WhereClause a_whereClause,
String a_orderByClause,
GroupByClause a_groupByClause,
ConditionsClause a_havingClause,
int a_sqlIndex,
boolean a_forUpdate)
This method builds a SQL statement. |
Uses of WhereClause in wt.query |
Fields in wt.query declared as WhereClause | |
private WhereClause |
QuerySpec.whereClause
|
(package private) WhereClause |
JoinClause.Item.whereClauseForJoin
|
private WhereClause |
ClassTableExpression.joinWhereClause
|
Methods in wt.query that return WhereClause | |
WhereClause |
WhereClause.getJoinWhereClause(String a_alias)
Supported API: false |
WhereClause |
WhereClause.getJoinWhereClause(String a_alias,
int a_outerNonJoinFromIndex)
Supported API: false |
WhereClause |
QuerySpec.getWhereClause()
Gets the object for the association that plays role: whereClause. |
WhereClause |
JoinClause.getWhereClauseForJoin(int a_index)
Supported API: false |
WhereClause |
JoinClause.Item.getWhereClauseForJoin()
|
Methods in wt.query with parameters of type WhereClause | |
protected boolean |
WhereClause.readVersion(WhereClause thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
JoinClause.append(int a_fromIndex,
Set a_joinIndexSet,
WhereClause a_whereClauseForJoin)
Supported API: false |
void |
JoinClause.setWhereClauseForJoin(JoinIndex a_joinIndex,
WhereClause a_whereClause)
Supported API: false |
void |
JoinClause.appendWhereClauseForJoin(int a_fromIndex,
WhereClause a_whereClause)
Supported API: false |
void |
JoinClause.append(int a_fromIndex,
Set a_joinIndexSet,
WhereClause a_whereClauseForJoin,
int a_fromIndexJoinTo)
|
void |
JoinClause.Item.setWhereClauseForJoin(WhereClause a_whereClause)
|
void |
ClassViewExpression.setAppendedJoinConditions(WhereClause a_whereClause,
WhereExpression a_whereExpression)
Supported API: false |
Object |
ClassViewExpression.setAppendedJoinConditions(WhereClause a_whereClause,
WhereExpression a_whereExpression,
String a_alias,
Vector a_singleBindParameter,
int a_outerNonJoinFromIndex,
boolean a_fullPersistable,
boolean a_useBind)
Supported API: false |
void |
ClassTableExpression.setAppendedJoinConditions(WhereClause a_whereClause,
WhereExpression a_whereExpression)
Supported API: false |
Object |
ClassTableExpression.setAppendedJoinConditions(WhereClause a_whereClause,
WhereExpression a_whereExpression,
String a_alias,
Vector a_singleBindParameter,
int a_outerNonJoinFromIndex,
boolean a_fullPersistable,
boolean a_useBind)
Supported API: false |
abstract void |
AbstractClassTableExpression.setAppendedJoinConditions(WhereClause a_whereClause,
WhereExpression a_whereExpression)
Supported API: false |
abstract Object |
AbstractClassTableExpression.setAppendedJoinConditions(WhereClause a_whereClause,
WhereExpression a_whereExpression,
String a_alias,
Vector a_singleBindParameter,
int a_outerNonJoinFromIndex,
boolean a_fullPersistable,
boolean a_useBind)
Supported API: false |
Constructors in wt.query with parameters of type WhereClause | |
JoinClause.Item(int a_fromIndex,
Set a_joinIndexSet,
WhereClause a_whereClause)
|
|
JoinClause.Item(int a_fromIndex,
Set a_joinIndexSet,
WhereClause a_whereClause,
int a_fromIndexJoinTo)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |