public class DbTable extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DbTable() | 
| DbTable(DbTable 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 | getDb()Get 数据库名称 | 
| String | getTableName()Get 数据库表名称 | 
| void | setDb(String Db)Set 数据库名称 | 
| void | setTableName(String TableName)Set 数据库表名称 | 
| 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 DbTable()
public DbTable(DbTable source)
public String getDb()
public void setDb(String Db)
Db - 数据库名称public String getTableName()
public void setTableName(String TableName)
TableName - 数据库表名称Copyright © 2025. All rights reserved.