Class DatabaseTable

    • Constructor Detail

      • DatabaseTable

        public DatabaseTable()
      • DatabaseTable

        public DatabaseTable​(DatabaseTable 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

      • getTable

        public String getTable()
        Get 表名
        Returns:
        Table 表名
      • setTable

        public void setTable​(String Table)
        Set 表名
        Parameters:
        Table - 表名