All Implemented Interfaces:
Cloneable, CompositeDatabaseType, DatabaseType, DatabaseTypeCompositeTestable, DatabaseTypeScalarTestable, DatabaseTypeVisitable

public class DbTable extends TableType
  • Field Details

    • catalog

      protected String catalog
    • type

      protected String type
  • Constructor Details

    • DbTable

      public DbTable()
  • Method Details

    • getCatalog

      public String getCatalog()
    • setCatalog

      public void setCatalog(String catalog)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • toString

      public String toString()
      Overrides:
      toString in class TableType