类 HorTable
java.lang.Object
com.gdxsoft.easyweb.data.HorTable
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddelete()删除数据,原理是将不在主表中的 key值 删除运行模式获取更新的 UNIDgetWhere()voidloadHorTable(DTTable fromTable) 加载垂直数据voidloadMainInfo(String fromTableName, DataConnection conn) voidsetRunType(String runType) voidsetUpdateUNID(String updateUNID) voidvoidupdate()更新数据
-
构造器详细资料
-
HorTable
public HorTable() -
HorTable
- 抛出:
Throwable
-
-
方法详细资料
-
loadMainInfo
- 抛出:
Throwable
-
loadHorTable
加载垂直数据- 参数:
fromTableName-fromTable-conn-- 抛出:
Exception
-
delete
删除数据,原理是将不在主表中的 key值 删除- 参数:
rv-- 抛出:
Throwable
-
update
更新数据- 参数:
fromTableName-- 抛出:
Exception
-
getRunType
运行模式- 返回:
- the _RunType
-
setRunType
- 参数:
runType- the _RunType to set
-
getUpdateUNID
获取更新的 UNID- 返回:
- the _UpdateUNID
-
setUpdateUNID
- 参数:
updateUNID- the _UpdateUNID to set
-
getWhere
- 返回:
- the _Where
-
setWhere
- 参数:
where- the _Where to set
-