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
See Also:
  • Method Details

    • 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