类 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设置字段主键voidintsize()boolean检查字段名称是否存在
-
构造器详细资料
-
DTColumns
public DTColumns()
-
-
方法详细资料
-
clearKeys
public void clearKeys() -
setKeys
-
getColumn
-
getColumn
-
getCanUsedName
-
addColumn
-
refreshNamesIndex
public void refreshNamesIndex()Refresh the columns name index, manual call by changed column name -
getCount
public int getCount() -
size
public int size() -
testName
-
getNameIndex
-
getTable
- 返回:
- the _Table
-
setTable
- 参数:
table- the _Table to set
-