Package wt.query
Class ExistsExpression
java.lang.Object
wt.query.ExistsExpression
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,WhereExpression
This class represents an EXISTS expression in a WHERE clause. A StatementSpec
instance is used for the subselect.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.query.WhereExpression
FROM_INDICIES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]Gets the value of the attribute: fromIndicies; Indicies for all current expressions relative to a FromClause that will be used for validating and setting aliases when this compostie expression is appended to a statement.
-
Constructor Details
-
ExistsExpression
Supported API: true- Parameters:
a_subSelect- Specifies instance to use for sub-select.
-
-
Method Details
-
getFromIndicies
public int[] getFromIndicies()Gets the value of the attribute: fromIndicies; Indicies for all current expressions relative to a FromClause that will be used for validating and setting aliases when this compostie expression is appended to a statement.
Supported API: true- Specified by:
getFromIndiciesin interfaceWhereExpression- Returns:
- int[]
-