Package wt.query

Class FromClause

java.lang.Object
wt.query.FromClause
All Implemented Interfaces:
Externalizable, Serializable, Cloneable

public class FromClause extends Object implements Cloneable, Externalizable
This class represents a FROM SQL clause.

Supported API: true

Extendable: false
See Also:
  • Field Details

  • Method Details

    • getAliasPrefix

      public String getAliasPrefix()
      Gets the value of the attribute: aliasPrefix; Prefix string for generating alias names.

      Supported API: true
      Returns:
      String
    • setAliasPrefix

      public void setAliasPrefix(String a_AliasPrefix) throws WTPropertyVetoException
      Sets the value of the attribute: aliasPrefix; Prefix string for generating alias names.

      Supported API: true
      Parameters:
      a_AliasPrefix -
      Throws:
      WTPropertyVetoException
    • getAliasAt

      public String getAliasAt(int a_index)
      Returns the specified alias.

      Supported API: true
      Parameters:
      a_index -
      Returns:
      String