public class PrimaryKey extends Base
| Modifier and Type | Field and Description |
|---|---|
String |
COLUMN_NAME |
Short |
KEY_SEQ |
String |
PK_NAME |
String |
TABLE_CAT |
String |
TABLE_NAME |
String |
TABLE_SCHEM |
| Constructor and Description |
|---|
PrimaryKey() |
| Modifier and Type | Method and Description |
|---|---|
static List<PrimaryKey> |
load(DataSource dataSource,
Table table) |
public String TABLE_CAT
public String TABLE_SCHEM
public String TABLE_NAME
public String COLUMN_NAME
public Short KEY_SEQ
public String PK_NAME
public static List<PrimaryKey> load(DataSource dataSource, Table table)
Copyright © 2023. All rights reserved.