| Modifier and Type | Method and Description |
|---|---|
String |
DatabaseManagerInterface.createDatabaseView(String userId,
String databaseManagerGUID,
String databaseManagerName,
String databaseSchemaGUID,
DatabaseViewProperties databaseViewProperties)
Create a new metadata element to represent a database view.
|
void |
DatabaseManagerInterface.updateDatabaseView(String userId,
String databaseManagerGUID,
String databaseManagerName,
String databaseViewGUID,
DatabaseViewProperties databaseViewProperties)
Update the metadata element representing a database table.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseViewProperties |
DatabaseViewElement.getDatabaseViewProperties()
Return the properties of the database view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseViewElement.setDatabaseViewProperties(DatabaseViewProperties databaseViewProperties)
Set up the properties of the database view.
|
| Constructor and Description |
|---|
DatabaseViewProperties(DatabaseViewProperties template)
Copy/clone constructor.
|
Copyright © 2018–2020 ODPi. All rights reserved.