类 DTIndex
java.lang.Object
com.gdxsoft.easyweb.data.DTIndex
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddeleteRow(int rowIndex) Integer[]intvoidsetColIndex(int colIndex) voidsetColName(String colName) void
-
构造器详细资料
-
DTIndex
-
DTIndex
-
-
方法详细资料
-
deleteRow
public void deleteRow(int rowIndex) -
update
-
find
-
getColName
- 返回:
- the _ColName
-
setColName
- 参数:
colName- the _ColName to set
-
getColIndex
public int getColIndex()- 返回:
- the _ColIndex
-
setColIndex
public void setColIndex(int colIndex) - 参数:
colIndex- the _ColIndex to set
-