类 DTColumns
java.lang.Object
com.gdxsoft.easyweb.data.DTColumns
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidgetCanUsedName(String name) 获取可以使用的字段表明,如果已经存在,则字段加序号getColumn(int index) intgetCount()intgetNameIndex(String name) getTable()voidRefresh the columns name index, manual call by changed column namevoid设置字段主键voidboolean检查字段名称是否存在
-
构造器详细资料
-
DTColumns
public DTColumns()
-
-
方法详细资料
-
clearKeys
public void clearKeys() -
setKeys
设置字段主键- 参数:
keys- 主键表达式
-
getColumn
-
getColumn
- 抛出:
Exception
-
getCanUsedName
获取可以使用的字段表明,如果已经存在,则字段加序号- 参数:
name- 原始名称- 返回:
- 可用的字段名称
-
addColumn
-
refreshNamesIndex
public void refreshNamesIndex()Refresh the columns name index, manual call by changed column name -
getCount
public int getCount() -
testName
检查字段名称是否存在- 参数:
name-- 返回:
-
getNameIndex
-
getTable
- 返回:
- the _Table
-
setTable
- 参数:
table- the _Table to set
-