类的使用
com.gdxsoft.easyweb.data.DTRow
使用DTRow的程序包
程序包
说明
-
com.gdxsoft.easyweb.data中DTRow的使用
修饰符和类型方法说明DTTable.addRow()新增一行数据DTTable.addXmlNewRow()DTRows.getCurRow()DTTable.getCurRow()DTCell.getRow()DTRows.getRow(int index) DTTable.getRow(int index) DTTable.getRowByKey(DTColumn col, Object val) 根据key值获取数据行
Returns the row form the keyDTTable.getRowByKey(String colName, Object val) 根据key值获取数据行
Returns the row form the keyDTRows.getRowByKeys(int keysHashCode) 根据keys的hash获取行DTTable.getRowByKeys(DTColumn[] cols, Object[] vals) 根据keys值获取数据行
Returns the row form the keysDTTable.getRowByKeys(String[] colsNames, Object[] vals) 根据keys值获取数据行
Returns the row form the keys参数类型为DTRow的com.gdxsoft.easyweb.data中的方法 -
com.gdxsoft.easyweb.datasource中DTRow的使用
参数类型为DTRow的com.gdxsoft.easyweb.datasource中的方法修饰符和类型方法说明UpdateChanges.getRowChanges(DTRow rBefore, DTRow rAfter) 获取变化voidClassBase.initValues(DTRow row) 根据 DTRow对象,初始化值
Initialized the object properties through the table rowvoidvoid -
com.gdxsoft.easyweb.document中DTRow的使用
参数类型为DTRow的com.gdxsoft.easyweb.document中的方法 -
com.gdxsoft.easyweb.script中DTRow的使用
参数类型为DTRow的com.gdxsoft.easyweb.script中的方法 -
com.gdxsoft.easyweb.script.display中DTRow的使用
参数类型为DTRow的com.gdxsoft.easyweb.script.display中的方法 -
com.gdxsoft.easyweb.script.Workflow中DTRow的使用
参数类型为DTRow的com.gdxsoft.easyweb.script.Workflow中的方法 -
com.gdxsoft.easyweb.utils中DTRow的使用
参数类型为DTRow的com.gdxsoft.easyweb.utils中的方法修饰符和类型方法说明static booleanUDataUtils.checkRowEquals(DTRow rowFrom, DTRow rowTo, boolean skipNotExistsField) 比较两个数据行数据是否一致UDataUtils.getNotEqualsFields(DTRow rowFrom, DTRow rowTo, boolean skipNotExistsField) 获取两个数据行数据是不一致的字段UObjectValue.setDaoValue(DTRow row) Set the specified class through the DTRow