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:
-
Field Summary
Fields inherited from interface wt.query.TableExpression
ACCESS_CONTROL_REQUIRED, ADVANCED_QUERY, ADVANCED_QUERY_ENABLED, BIND_PARAMETER, DEFAULT_SETTING, DESCENDANTS_INCLUDED, TABLE_CLASS, USE_BIND -
Method Summary
Methods inherited from class wt.query.AbstractTableExpression
appendClassAttribute, columnsReset, getBindParameter, getColumnAccessItemBuilder, getJoinCondition, getTableClass, getTables, getValidClasses, isAccessControlled, isAccessControlRequired, isAdvancedQueryEnabled, isAutoNavigate, isDefaultSetting, isDescendantsIncluded, isUseBind, isUseViewTableAlias, setAccessControlRequired, setAdvancedQueryEnabled, setDescendantsIncluded, setUseBind
-
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
-