Package wt.query
Class ColumnSubSelectExpression
java.lang.Object
wt.query.AbstractTableExpression
wt.query.AbstractSubSelectTableExpression
wt.query.SubSelectExpression
wt.query.ColumnSubSelectExpression
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,ColumnExpression,wt.query.Expression,OrderByExpression,RelationalExpression,TableExpression
public class ColumnSubSelectExpression
extends SubSelectExpression
implements ColumnExpression, Externalizable
The class represent the subselect that can be used in the value ColumnExpression
for UpdateBatchSpec.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.query.ColumnExpression
COLUMN_ALIAS -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: columnAlias; Alias for the column expression.voidsetColumnAlias(String a_ColumnAlias) Sets the value of the attribute: columnAlias; Alias for the column expression.
-
Method Details
-
getColumnAlias
Gets the value of the attribute: columnAlias; Alias for the column expression.
Supported API: true- Specified by:
getColumnAliasin interfaceColumnExpression- Specified by:
getColumnAliasin interfaceOrderByExpression- Returns:
- String
-
setColumnAlias
Sets the value of the attribute: columnAlias; Alias for the column expression.
Supported API: true- Specified by:
setColumnAliasin interfaceColumnExpression- Parameters:
a_ColumnAlias-- Throws:
WTPropertyVetoException
-