public class DBCreateInfo extends AbstractModel
Constructor and Description |
---|
DBCreateInfo() |
Modifier and Type | Method and Description |
---|---|
AccountPrivilege[] |
getAccounts()
获取数据库账号权限信息
|
String |
getCharset()
获取字符集。可选值包括: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()
获取数据库名
|
String |
getRemark()
获取备注
|
void |
setAccounts(AccountPrivilege[] Accounts)
设置数据库账号权限信息
|
void |
setCharset(String 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_AS
|
void |
setDBName(String DBName)
设置数据库名
|
void |
setRemark(String Remark)
设置备注
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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 © 2019. All rights reserved.