public class Table extends AbstractModel
header, skipSign
Constructor and Description |
---|
Table() |
Table(Table 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 |
getEngine()
Get 库表的存储引擎。
|
String |
getTableName()
Get 表名。
|
Long |
getTableRows()
Get 行数。
|
String |
getTableSchema()
Get 库名。
|
Float |
getTotalLength()
Get 总使用空间(MB)。
|
void |
setEngine(String Engine)
Set 库表的存储引擎。
|
void |
setTableName(String TableName)
Set 表名。
|
void |
setTableRows(Long TableRows)
Set 行数。
|
void |
setTableSchema(String TableSchema)
Set 库名。
|
void |
setTotalLength(Float TotalLength)
Set 总使用空间(MB)。
|
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, toJsonString
public Table()
public Table(Table source)
public String getTableSchema()
public void setTableSchema(String TableSchema)
TableSchema
- 库名。public String getTableName()
public void setTableName(String TableName)
TableName
- 表名。public String getEngine()
public void setEngine(String Engine)
Engine
- 库表的存储引擎。public Long getTableRows()
public void setTableRows(Long TableRows)
TableRows
- 行数。public Float getTotalLength()
public void setTotalLength(Float TotalLength)
TotalLength
- 总使用空间(MB)。Copyright © 2024. All rights reserved.