Class RollbackTables

    • Constructor Detail

      • RollbackTables

        public RollbackTables()
      • RollbackTables

        public RollbackTables​(RollbackTables source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getDatabase

        public String getDatabase()
        Get 数据库名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Database 数据库名 注意:此字段可能返回 null,表示取不到有效值。
      • setDatabase

        public void setDatabase​(String Database)
        Set 数据库名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Database - 数据库名 注意:此字段可能返回 null,表示取不到有效值。
      • getTable

        public RollbackTableName[] getTable()
        Get 数据库表详情 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Table 数据库表详情 注意:此字段可能返回 null,表示取不到有效值。
      • setTable

        public void setTable​(RollbackTableName[] Table)
        Set 数据库表详情 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Table - 数据库表详情 注意:此字段可能返回 null,表示取不到有效值。