| Modifier and Type | Method and Description |
|---|---|
String |
DatabaseManagerInterface.createDatabaseTable(String userId,
String databaseManagerGUID,
String databaseManagerName,
String databaseSchemaGUID,
DatabaseTableProperties databaseTableProperties)
Create a new metadata element to represent a database table.
|
void |
DatabaseManagerInterface.updateDatabaseTable(String userId,
String databaseManagerGUID,
String databaseManagerName,
String databaseTableGUID,
DatabaseTableProperties databaseTableProperties)
Update the metadata element representing a database table.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseTableProperties |
DatabaseTableElement.getDatabaseTableProperties()
Return the database table properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseTableElement.setDatabaseTableProperties(DatabaseTableProperties databaseTableProperties)
Set up the database table properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseViewProperties
DatabaseViewProperties is a class for representing a relational database view.
|
| Constructor and Description |
|---|
DatabaseTableProperties(DatabaseTableProperties template)
Copy/clone constructor.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.