Uses of Class
org.odpi.openmetadata.accessservices.datamanager.properties.DatabaseViewProperties
-
-
Uses of DatabaseViewProperties in org.odpi.openmetadata.accessservices.datamanager.api
Methods in org.odpi.openmetadata.accessservices.datamanager.api with parameters of type DatabaseViewProperties Modifier and Type Method Description StringDatabaseManagerInterface. createDatabaseView(String userId, String databaseManagerGUID, String databaseManagerName, String databaseSchemaGUID, DatabaseViewProperties databaseViewProperties)Create a new metadata element to represent a database view.voidDatabaseManagerInterface. updateDatabaseView(String userId, String databaseManagerGUID, String databaseManagerName, String databaseViewGUID, DatabaseViewProperties databaseViewProperties)Update the metadata element representing a database table. -
Uses of DatabaseViewProperties in org.odpi.openmetadata.accessservices.datamanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements that return DatabaseViewProperties Modifier and Type Method Description DatabaseViewPropertiesDatabaseViewElement. getDatabaseViewProperties()Return the properties of the database view.Methods in org.odpi.openmetadata.accessservices.datamanager.metadataelements with parameters of type DatabaseViewProperties Modifier and Type Method Description voidDatabaseViewElement. setDatabaseViewProperties(DatabaseViewProperties databaseViewProperties)Set up the properties of the database view. -
Uses of DatabaseViewProperties in org.odpi.openmetadata.accessservices.datamanager.properties
Constructors in org.odpi.openmetadata.accessservices.datamanager.properties with parameters of type DatabaseViewProperties Constructor Description DatabaseViewProperties(DatabaseViewProperties template)Copy/clone constructor.
-