类 DTRows
java.lang.Object
com.gdxsoft.easyweb.data.DTRows
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器详细资料
-
DTRows
public DTRows()
-
-
方法详细资料
-
getRow
-
getRow
-
deleteRow
public void deleteRow(int index) -
addRow
-
getRowByKeys
根据keys的hash获取行- 参数:
keysHashCode-- 返回:
-
getCount
public int getCount() -
getTable
- 返回:
- the _Table
-
setTable
- 参数:
table- the _Table to set
-
getCurRow
- 返回:
- the _CurRow
-
setCurRow
- 参数:
curRow- the _CurRow to set
-
getIndex
public int getIndex()- 返回:
- the _Index
-
getNameIndexes
public com.gdxsoft.easyweb.utils.msnet.MTable getNameIndexes()- 返回:
- the _NameIndexes
-