Class DBCreateInfo

    • Constructor Detail

      • DBCreateInfo

        public DBCreateInfo()
      • DBCreateInfo

        public DBCreateInfo​(DBCreateInfo 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 - 数据库名
      • getCharset

        public String getCharset()
        Get 字符集。可通过接口DescribeDBCharsets查到支持的字符集,不填默认为Chinese_PRC_CI_AS。
        Returns:
        Charset 字符集。可通过接口DescribeDBCharsets查到支持的字符集,不填默认为Chinese_PRC_CI_AS。
      • setCharset

        public void setCharset​(String Charset)
        Set 字符集。可通过接口DescribeDBCharsets查到支持的字符集,不填默认为Chinese_PRC_CI_AS。
        Parameters:
        Charset - 字符集。可通过接口DescribeDBCharsets查到支持的字符集,不填默认为Chinese_PRC_CI_AS。
      • getAccounts

        public AccountPrivilege[] getAccounts()
        Get 数据库账号权限信息
        Returns:
        Accounts 数据库账号权限信息
      • setAccounts

        public void setAccounts​(AccountPrivilege[] Accounts)
        Set 数据库账号权限信息
        Parameters:
        Accounts - 数据库账号权限信息
      • getRemark

        public String getRemark()
        Get 备注
        Returns:
        Remark 备注
      • setRemark

        public void setRemark​(String Remark)
        Set 备注
        Parameters:
        Remark - 备注