|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetOperator | |
wt.fc.requireddata | |
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 . |
wt.query.qml | |
wt.vc.struct |
Uses of SetOperator in wt.fc.requireddata |
Methods in wt.fc.requireddata with parameters of type SetOperator | |
private CompoundQuerySpec |
StandardRequiredDataService.buildCompoundQuerySpec(SetOperator operator,
QuerySpec[] querySpecs)
Build a CompoundQuerySpec given a SetOperator and an array of QuerySpec objects. |
Uses of SetOperator in wt.pds |
Fields in wt.pds declared as SetOperator | |
private SetOperator |
CompoundStatementBuilder.setOperator
|
Methods in wt.pds that return SetOperator | |
SetOperator |
CompoundStatementBuilder.getSetOperator()
Gets the object for the association that plays role: setOperator. |
abstract SetOperator |
BasicCompoundStatementBuilder.getSetOperator()
Gets the object for the association that plays role: setOperator. |
Methods in wt.pds with parameters of type SetOperator | |
void |
CompoundStatementBuilder.setSetOperator(SetOperator a_SetOperator)
Sets the object for the association that plays role: setOperator. |
private void |
CompoundStatementBuilder.setOperatorValidate(SetOperator a_SetOperator)
|
Uses of SetOperator in wt.query |
Fields in wt.query declared as SetOperator | |
static SetOperator |
SetOperator.UNION
Specifies a UNION set operator. |
static SetOperator |
SetOperator.UNION_ALL
Specifies a UNION ALL set operator. |
static SetOperator |
SetOperator.INTERSECT
Deprecated. as of R8.0, this keyword is not standard on all datastores. An EXISTS sub-query can be used instead. |
static SetOperator |
SetOperator.MINUS
Deprecated. as of R8.0, this keyword is not standard on all datastores. A NOT EXISTS sub-query can be used instead. |
Methods in wt.query that return SetOperator | |
SetOperator |
CompoundQuerySpec.getSetOperator()
Gets the object for the association that plays role: setOperator. |
Methods in wt.query with parameters of type SetOperator | |
void |
CompoundQuerySpec.setSetOperator(SetOperator a_SetOperator)
Sets the object for the association that plays role: setOperator. |
Uses of SetOperator in wt.query.qml |
Methods in wt.query.qml that return SetOperator | |
static SetOperator |
DTDConstants.getSetOperator(String a_setOperator)
|
Uses of SetOperator in wt.vc.struct |
Methods in wt.vc.struct with parameters of type SetOperator | |
private StatementSpec |
StandardStructService.getStatementSpec(List querySpecs,
SetOperator operator)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |