Class SQLTable


  • public class SQLTable
    extends Object
    Representation of a table reference in an SQL statement. Has a table, and an alias.
    • Method Detail

      • getTable

        public Table getTable()
      • getGroupName

        public String getGroupName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Stringifier method to return this "table" in a form for use in SQL statements. This can be of the following form(s)
         MYTABLE MYALIAS
         MYTABLE
         
        Overrides:
        toString in class Object
        Returns:
        The String form for use