wt.query
Class ExternalTableExpression

java.lang.Object
  extended by wt.query.AbstractTableExpression
      extended by 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

See Also:
Serialized Form

Method Summary
 String getName()
          Gets the value of the attribute: name; Name of the external table.
 void setName(String a_Name)
          Sets the value of the attribute: name; Name of the external table.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Gets the value of the attribute: name; Name of the external table.

Supported API: true

Returns:
String

setName

public void setName(String a_Name)
             throws WTPropertyVetoException
Sets the value of the attribute: name; Name of the external table.

Supported API: true

Parameters:
a_Name -
Throws:
WTPropertyVetoException