| Modifier and Type | Method and Description |
|---|---|
String |
DatabaseManagerInterface.createDatabaseTable(String userId,
String integratorGUID,
String integratorName,
String databaseSchemaGUID,
DatabaseTableProperties databaseTableProperties)
Create a new metadata element to represent a database table.
|
void |
DatabaseManagerInterface.updateDatabaseTable(String userId,
String integratorGUID,
String integratorName,
String databaseTableGUID,
DatabaseTableProperties databaseTableProperties)
Update the metadata element representing a database table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseTableElement
DatabaseTableElement contains the properties and header for a database table entity
retrieved from the metadata repository.
|
| Constructor and Description |
|---|
DatabaseTableProperties(DatabaseTableProperties template)
Copy/clone constructor.
|
Copyright © 2018–2020 ODPi. All rights reserved.