Package wt.query
Class ColumnListExpression
java.lang.Object
wt.query.ColumnListExpression
- All Implemented Interfaces:
Externalizable,Serializable,wt.query.Expression,RelationalExpression
This class implments a list of ColumnExpressions.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddColumn(ColumnExpression a_columnExpression) This method adds a ColumnExpression to the list.Gets the value of the attribute: columns; This list contains the ColumnExpressions.voidsetColumns(List a_Columns) Sets the value of the attribute: columns; This list contains the ColumnExpressions.
-
Constructor Details
-
ColumnListExpression
public ColumnListExpression()Default Constructor.
Supported API: true
-
-
Method Details
-
getColumns
Gets the value of the attribute: columns; This list contains the ColumnExpressions.
Supported API: true- Returns:
- List
-
setColumns
Sets the value of the attribute: columns; This list contains the ColumnExpressions.
Supported API: true- Parameters:
a_Columns-- Throws:
WTPropertyVetoException
-
addColumn
This method adds a ColumnExpression to the list.
Supported API: true- Parameters:
a_columnExpression- ColumnExpression to add to the list.
-