Class Table


  • public class Table
    extends Object
    • Constructor Detail

      • Table

        public Table​(String tableName)
    • Method Detail

      • getColumns

        public static List<String> getColumns()
      • getTableCat

        public String getTableCat()
      • getTableSchem

        public String getTableSchem()
      • getTableName

        public String getTableName()
      • getTableType

        public String getTableType()
      • getRemarks

        public String getRemarks()
      • getTypeCat

        public String getTypeCat()
      • getTypeSchem

        public String getTypeSchem()
      • getTypeName

        public String getTypeName()
      • getSelfReferencingColName

        public String getSelfReferencingColName()
      • getRefGeneration

        public String getRefGeneration()
      • toResultSetRow

        public List<Object> toResultSetRow()