Class DBStatements
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DBStatements
-
public class DBStatements extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DBStatements()DBStatements(DBStatements 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDBName()Get 数据库名称StringgetDBSchema()Get 数据库SchemavoidsetDBName(String DBName)Set 数据库名称voidsetDBSchema(String DBSchema)Set 数据库SchemavoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DBStatements
public DBStatements()
-
DBStatements
public DBStatements(DBStatements 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- 数据库名称
-
getDBSchema
public String getDBSchema()
Get 数据库Schema- Returns:
- DBSchema 数据库Schema
-
setDBSchema
public void setDBSchema(String DBSchema)
Set 数据库Schema- Parameters:
DBSchema- 数据库Schema
-
-