类 SqlTable

java.lang.Object
com.gdxsoft.easyweb.define.group.SqlTable

public class SqlTable extends Object
作者:
Administrator
  • 构造器详细资料

    • SqlTable

      public SqlTable()
  • 方法详细资料

    • createSqlTable

      public void createSqlTable(Table table, String databaseType) throws Exception
      生成创建表
      参数:
      table - 表
      databaseType - 数据库类型
      抛出:
      Exception
    • getCreate

      public String getCreate()
      返回:
      the _Create
    • setCreate

      public void setCreate(String create)
      参数:
      create - the _Create to set
    • getPk

      public String getPk()
      返回:
      the _Pk
    • setPk

      public void setPk(String pk)
      参数:
      pk - the _Pk to set
    • getIndexes

      public ArrayList<String> getIndexes()
      返回:
      the _Indexes
    • setIndexes

      public void setIndexes(ArrayList<String> indexes)
      参数:
      indexes - the _Indexes to set
    • getTable

      public Table getTable()
      返回:
      the _Table
    • setTable

      public void setTable(Table table)
      参数:
      table - the _Table to set
    • getComments

      public ArrayList<String> getComments()
      获取字段备注的SQL
      返回:
      the _Comments