Package wt.query
Class ExternalTableExpression
java.lang.Object
wt.query.AbstractTableExpression
wt.query.ExternalTableExpression
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,TableExpression
public class ExternalTableExpression
extends wt.query.AbstractTableExpression
implements Externalizable
This class represents a table which can be used in a SQL FROM clause.
The exact table name specified is used directly in the SQL statement.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Method Summary
-
Method Details
-
getName
Gets the value of the attribute: name; Name of the external table.
Supported API: true- Returns:
- String
-
setName
Sets the value of the attribute: name; Name of the external table.
Supported API: true- Parameters:
a_Name-- Throws:
WTPropertyVetoException
-