public final class TableInfo extends Object implements Serializable
Constructor and Description |
---|
TableInfo(String catalog,
String schema,
String name,
String comment,
Map<String,ColumnInfo> columns) |
Modifier and Type | Method and Description |
---|---|
static TableInfo |
create(IDatabaseConnectionHolder connectionHolder,
Scaffold scaffold,
String tableName,
boolean view) |
boolean |
equals(Object o) |
String |
getCatalog() |
Map<String,ColumnInfo> |
getColumns() |
String |
getComment() |
String |
getName() |
List<String> |
getPrimaryKeys() |
String |
getSchema() |
int |
hashCode() |
String |
toString() |
public static TableInfo create(IDatabaseConnectionHolder connectionHolder, Scaffold scaffold, String tableName, boolean view) throws Exception
Exception
public String getCatalog()
public String getSchema()
public String getName()
public String getComment()
public Map<String,ColumnInfo> getColumns()
Copyright © 2022. All rights reserved.