| 构造器和说明 |
|---|
AddDefinedColumnRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addDefinedColumn(String name,
DefinedColumnType type)
Add a predefined column.
|
List<DefinedColumnSchema> |
getDefinedColumn()
Get the predefined column list
|
String |
getOperationName() |
String |
getTableName()
Get the table name
|
void |
setTableName(String tableName)
Set the name of the table.
|
public void setTableName(String tableName)
tableName - The name of the table.public String getTableName()
public void addDefinedColumn(String name, DefinedColumnType type)
name - The name of the predefined column.type - The data type of the predefined column.public List<DefinedColumnSchema> getDefinedColumn()
public String getOperationName()
getOperationName 在接口中 RequestCopyright © 2025. All Rights Reserved.