Class AccessSqlParser.TableInfo

  • Enclosing class:
    AccessSqlParser

    public static class AccessSqlParser.TableInfo
    extends Object
    Table Info VO
    • Constructor Detail

      • TableInfo

        public TableInfo​(String tableName,
                         String synonym)
        Constructor
        Parameters:
        tableName - table
        synonym - synonym
      • TableInfo

        public TableInfo​(String tableName)
        Short Constuctor - no syn
        Parameters:
        tableName - table
    • Method Detail

      • getSynonym

        public String getSynonym()
        Get Table Synonym
        Returns:
        synonym
      • getTableName

        public String getTableName()
        Get TableName
        Returns:
        table name
      • toString

        public String toString()
        String Representation
        Overrides:
        toString in class Object
        Returns:
        info