public class DBStatements extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDBName()Get 数据库名称 | 
| String | getDBSchema()Get 数据库Schema | 
| void | setDBName(String DBName)Set 数据库名称 | 
| void | setDBSchema(String DBSchema)Set 数据库Schema | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DBStatements()
public DBStatements(DBStatements source)
public String getDBName()
public void setDBName(String DBName)
DBName - 数据库名称public String getDBSchema()
public void setDBSchema(String DBSchema)
DBSchema - 数据库SchemaCopyright © 2025. All rights reserved.