| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseManagerInterface.setPrimaryKeyOnColumn(String userId,
String databaseManagerGUID,
String databaseManagerName,
String databaseColumnGUID,
DatabasePrimaryKeyProperties databasePrimaryKeyProperties)
Classify a column in a database table as the primary key.
|
| Modifier and Type | Method and Description |
|---|---|
DatabasePrimaryKeyProperties |
DatabaseColumnElement.getPrimaryKeyProperties()
When this column is a primary key, return the properties of the primary key value; otherwise null
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseColumnElement.setPrimaryKeyProperties(DatabasePrimaryKeyProperties primaryKeyProperties)
Set up the properties that indicate this column is a primary key
|
| Constructor and Description |
|---|
DatabasePrimaryKeyProperties(DatabasePrimaryKeyProperties template)
Copy/clone constructor for a primary key.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.