类 HorTable

java.lang.Object
com.gdxsoft.easyweb.data.HorTable

public class HorTable extends Object
  • 构造器详细资料

  • 方法详细资料

    • loadMainInfo

      public void loadMainInfo(String fromTableName, DataConnection conn) throws Throwable
      抛出:
      Throwable
    • loadHorTable

      public void loadHorTable(DTTable fromTable) throws Exception
      加载垂直数据
      参数:
      fromTableName -
      fromTable -
      conn -
      抛出:
      Exception
    • delete

      public void delete() throws Throwable
      删除数据,原理是将不在主表中的 key值 删除
      参数:
      rv -
      抛出:
      Throwable
    • update

      public void update() throws Exception
      更新数据
      参数:
      fromTableName -
      抛出:
      Exception
    • getRunType

      public String getRunType()
      运行模式
      返回:
      the _RunType
    • setRunType

      public void setRunType(String runType)
      参数:
      runType - the _RunType to set
    • getUpdateUNID

      public String getUpdateUNID()
      获取更新的 UNID
      返回:
      the _UpdateUNID
    • setUpdateUNID

      public void setUpdateUNID(String updateUNID)
      参数:
      updateUNID - the _UpdateUNID to set
    • getWhere

      public String getWhere()
      返回:
      the _Where
    • setWhere

      public void setWhere(String where)
      参数:
      where - the _Where to set