public class DBCreateInfo extends AbstractModel
Constructor and Description |
---|
DBCreateInfo() |
Modifier and Type | Method and Description |
---|---|
AccountPrivilege[] |
getAccounts()
Get 数据库账号权限信息
|
String |
getCharset()
Get 字符集。可选值包括:Chinese_PRC_CI_AS, Chinese_PRC_CS_AS, Chinese_PRC_BIN, Chinese_Taiwan_Stroke_CI_AS, SQL_Latin1_General_CP1_CI_AS, SQL_Latin1_General_CP1_CS_AS。不填默认为Chinese_PRC_CI_AS
|
String |
getDBName()
Get 数据库名
|
String |
getRemark()
Get 备注
|
void |
setAccounts(AccountPrivilege[] Accounts)
Set 数据库账号权限信息
|
void |
setCharset(String Charset)
Set 字符集。可选值包括:Chinese_PRC_CI_AS, Chinese_PRC_CS_AS, Chinese_PRC_BIN, Chinese_Taiwan_Stroke_CI_AS, SQL_Latin1_General_CP1_CI_AS, SQL_Latin1_General_CP1_CS_AS。不填默认为Chinese_PRC_CI_AS
|
void |
setDBName(String DBName)
Set 数据库名
|
void |
setRemark(String Remark)
Set 备注
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getDBName()
public void setDBName(String DBName)
DBName
- 数据库名public String getCharset()
public void setCharset(String Charset)
Charset
- 字符集。可选值包括:Chinese_PRC_CI_AS, Chinese_PRC_CS_AS, Chinese_PRC_BIN, Chinese_Taiwan_Stroke_CI_AS, SQL_Latin1_General_CP1_CI_AS, SQL_Latin1_General_CP1_CS_AS。不填默认为Chinese_PRC_CI_ASpublic AccountPrivilege[] getAccounts()
public void setAccounts(AccountPrivilege[] Accounts)
Accounts
- 数据库账号权限信息public String getRemark()
public void setRemark(String Remark)
Remark
- 备注Copyright © 2020. All rights reserved.