类 SqlTable
java.lang.Object
com.gdxsoft.easyweb.define.group.SqlTable
- 作者:
- Administrator
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcreateSqlTable(Table table, String databaseType) 生成创建表获取字段备注的SQLgetPk()getTable()voidvoidsetIndexes(ArrayList<String> indexes) voidvoid
-
构造器详细资料
-
SqlTable
public SqlTable()
-
-
方法详细资料
-
createSqlTable
生成创建表- 参数:
table- 表databaseType- 数据库类型- 抛出:
Exception
-
getCreate
- 返回:
- the _Create
-
setCreate
- 参数:
create- the _Create to set
-
getPk
- 返回:
- the _Pk
-
setPk
- 参数:
pk- the _Pk to set
-
getIndexes
- 返回:
- the _Indexes
-
setIndexes
- 参数:
indexes- the _Indexes to set
-
getTable
- 返回:
- the _Table
-
setTable
- 参数:
table- the _Table to set
-
getComments
获取字段备注的SQL- 返回:
- the _Comments
-