类 Table

java.lang.Object
com.walker.jdbc.generator.db.Table

public class Table extends Object
  • 构造器详细资料

    • Table

      public Table(Map tableMap)
  • 方法详细资料

    • addColumu

      public void addColumu(Column column)
    • addPrimaryKeyColumn

      public void addPrimaryKeyColumn(String pk)
    • addExportedKey

      public void addExportedKey(Map map)
    • addImportedKey

      public void addImportedKey(Map map)
    • getName

      public String getName()
    • getPrimaryKeyColumn

      public Column getPrimaryKeyColumn()
    • getSchem

      public String getSchem()
    • getColumns

      public List<Column> getColumns()
    • getExportedKeysList

      public List<Fk> getExportedKeysList()
    • getImportedKeysList

      public List<Fk> getImportedKeysList()
    • getComment

      public String getComment()