Class AbstractDataTable

    • Constructor Detail

      • AbstractDataTable

        public AbstractDataTable()
    • Method Detail

      • getTableName

        public TableName getTableName()
        Returns the fully resolved table name.
      • typeEquals

        public boolean typeEquals​(RootTable table)
        This function is used to check that two tables are identical. We first check the table names are identical. Then check the column filter is the same.
        Specified by:
        typeEquals in interface RootTable
      • toString

        public java.lang.String toString()
        Returns a string that represents this table.
        Overrides:
        toString in class Table