public class DBCreateInfo extends AbstractModel
Constructor and Description |
---|
DBCreateInfo() |
Modifier and Type | Method and Description |
---|---|
AccountPrivilege[] |
getAccounts()
Get Database account permission information
|
String |
getCharset()
Get Character set.
|
String |
getDBName()
Get Database name
|
String |
getRemark()
Get Remarks
|
void |
setAccounts(AccountPrivilege[] Accounts)
Set Database account permission information
|
void |
setCharset(String Charset)
Set Character set.
|
void |
setDBName(String DBName)
Set Database name
|
void |
setRemark(String Remark)
Set Remarks
|
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
- Database namepublic String getCharset()
public void setCharset(String Charset)
Charset
- Character set. Valid values: Chinese_PRC_CI_AS, Chinese_PRC_CS_AS, Chinese_PRC_BIN, Chinese_Taiwan_Stroke_CI_AS, SQL_Latin1_General_CP1_CI_AS, and SQL_Latin1_General_CP1_CS_AS. If this parameter is left empty, `Chinese_PRC_CI_AS` will be used by defaultpublic AccountPrivilege[] getAccounts()
public void setAccounts(AccountPrivilege[] Accounts)
Accounts
- Database account permission informationpublic String getRemark()
public void setRemark(String Remark)
Remark
- RemarksCopyright © 2020. All rights reserved.