类 DiffTable

java.lang.Object
com.gdxsoft.easyweb.define.database.DiffTable

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

    • DiffTable

      public DiffTable()
  • 方法详细资料

    • getFLen

      public int getFLen()
    • getTLen

      public int getTLen()
    • getDes

      public String getDes()
    • getSql

      public String getSql()
    • isExists

      public boolean isExists()
    • isSameFields

      public boolean isSameFields()
      字段一致
      返回:
    • isSamePk

      public boolean isSamePk()
      主键一致
      返回:
    • isSame

      public boolean isSame()
      一致
      返回:
    • getCode

      public String getCode()
    • getFTable

      public Table getFTable()
      返回:
      the _FTable
    • setFTable

      public void setFTable(Table table)
      参数:
      table - the _FTable to set
    • getTTable

      public Table getTTable()
      返回:
      the _TTable
    • setTTable

      public void setTTable(Table table)
      参数:
      table - the _TTable to set
    • getDName

      public String getDName()
      返回:
      the _Name
    • setName

      public void setName(String name)
      参数:
      name - the _Name to set
    • getDType

      public String getDType()
      返回:
      the _Type
    • setDType

      public void setDType(String type)
      参数:
      type - the _Type to set