public class Table extends Base
| Modifier and Type | Field and Description |
|---|---|
List<Column> |
columns |
List<PrimaryKey> |
primaryKeys |
String |
REF_GENERATION |
String |
REMARKS |
String |
SELF_REFERENCING_COL_NAME |
String |
TABLE_CAT |
String |
TABLE_NAME |
String |
TABLE_SCHEM |
String |
TABLE_TYPE |
String |
TYPE_CAT |
String |
TYPE_NAME |
String |
TYPE_SCHEM |
| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isPrimaryKey(Column column) |
Boolean |
isSystemTable() |
Boolean |
isView() |
static List<Table> |
load(DataSource dataSource,
Catalog catalog) |
public String TABLE_CAT
public String TABLE_SCHEM
public String TABLE_NAME
public String TABLE_TYPE
public String REMARKS
public String TYPE_CAT
public String TYPE_SCHEM
public String TYPE_NAME
public String SELF_REFERENCING_COL_NAME
public String REF_GENERATION
public List<PrimaryKey> primaryKeys
Copyright © 2023. All rights reserved.