类 DTRows

java.lang.Object
com.gdxsoft.easyweb.data.DTRows
所有已实现的接口:
Serializable

public class DTRows extends Object implements Serializable
另请参阅:
  • 构造器详细资料

    • DTRows

      public DTRows()
  • 方法详细资料

    • getRow

      public DTRow getRow(int index)
    • getRow

      public DTRow getRow(String name)
    • deleteRow

      public void deleteRow(int index)
    • addRow

      public void addRow(DTRow row)
    • getRowByKeys

      public DTRow getRowByKeys(int keysHashCode)
      根据keys的hash获取行
      参数:
      keysHashCode -
      返回:
    • getCount

      public int getCount()
    • getTable

      public DTTable getTable()
      返回:
      the _Table
    • setTable

      protected void setTable(DTTable table)
      参数:
      table - the _Table to set
    • getCurRow

      public DTRow getCurRow()
      返回:
      the _CurRow
    • setCurRow

      public void setCurRow(DTRow curRow)
      参数:
      curRow - the _CurRow to set
    • getIndex

      public int getIndex()
      返回:
      the _Index
    • getNameIndexes

      public com.gdxsoft.easyweb.utils.msnet.MTable getNameIndexes()
      返回:
      the _NameIndexes