类的使用
com.gdxsoft.easyweb.data.DTColumn
使用DTColumn的程序包
-
com.gdxsoft.easyweb.data中DTColumn的使用
参数类型为DTColumn的com.gdxsoft.easyweb.data中的方法修饰符和类型方法说明voidDTTable.getRowByKey(DTColumn col, Object val) 根据key值获取数据行
Returns the row form the keyDTTable.getRowByKeys(DTColumn[] cols, Object[] vals) 根据keys值获取数据行
Returns the row form the keysvoid参数类型为DTColumn的com.gdxsoft.easyweb.data中的构造器 -
com.gdxsoft.easyweb.datasource中DTColumn的使用
参数类型为DTColumn的com.gdxsoft.easyweb.datasource中的方法