Class AccessSqlParser.TableInfo

java.lang.Object
org.compiere.model.AccessSqlParser.TableInfo
Enclosing class:
AccessSqlParser

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

    • TableInfo

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

      public TableInfo(String tableName)
      Short Constructor - no synonym
      Parameters:
      tableName - table
  • Method Details

    • 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