Class Database

    • Constructor Detail

      • Database

        public Database()
      • Database

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

      • getDbName

        public String getDbName()
        Get 数据库名称
        Returns:
        DbName 数据库名称
      • setDbName

        public void setDbName​(String DbName)
        Set 数据库名称
        Parameters:
        DbName - 数据库名称