public class AppTable extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AppTable.Builder |
| 构造器和说明 |
|---|
AppTable() |
AppTable(AppTable.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
AppTableColumn[] |
getColumns() |
AppTableConstraint[] |
getConstraints() |
String |
getDescription() |
Integer |
getEstimatedRowCount() |
AppTableIndex[] |
getIndexes() |
String |
getName() |
Integer |
getSizeBytes() |
static AppTable.Builder |
newBuilder() |
void |
setColumns(AppTableColumn[] columns) |
void |
setConstraints(AppTableConstraint[] constraints) |
void |
setDescription(String description) |
void |
setEstimatedRowCount(Integer estimatedRowCount) |
void |
setIndexes(AppTableIndex[] indexes) |
void |
setName(String name) |
void |
setSizeBytes(Integer sizeBytes) |
public AppTable()
public AppTable(AppTable.Builder builder)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public AppTableColumn[] getColumns()
public void setColumns(AppTableColumn[] columns)
public AppTableIndex[] getIndexes()
public void setIndexes(AppTableIndex[] indexes)
public AppTableConstraint[] getConstraints()
public void setConstraints(AppTableConstraint[] constraints)
public Integer getEstimatedRowCount()
public void setEstimatedRowCount(Integer estimatedRowCount)
public Integer getSizeBytes()
public void setSizeBytes(Integer sizeBytes)
public static AppTable.Builder newBuilder()
Copyright © 2026. All rights reserved.