Uses of Interface
com.exasol.dbbuilder.DatabaseObject
-
Packages that use DatabaseObject Package Description com.exasol.dbbuilder com.exasol.dbbuilder.objectwriter -
-
Uses of DatabaseObject in com.exasol.dbbuilder
Classes in com.exasol.dbbuilder that implement DatabaseObject Modifier and Type Class Description classAbstractDatabaseObjectBase class for database objects.classAdapterScriptVirtual Schema Adapter ScriptclassConnectionDefinitionDefinition of a connection to another database or service.classSchemaDatabase schema.classTableDatabase table.classUserDatabase userclassVirtualSchemaVirtual SchemaMethods in com.exasol.dbbuilder that return DatabaseObject Modifier and Type Method Description DatabaseObjectAdapterScript. getParent()DatabaseObjectConnectionDefinition. getParent()DatabaseObjectDatabaseObject. getParent()Get the parent object.DatabaseObjectSchema. getParent()DatabaseObjectTable. getParent()DatabaseObjectUser. getParent()DatabaseObjectVirtualSchema. getParent()Methods in com.exasol.dbbuilder that return types with arguments of type DatabaseObject Modifier and Type Method Description Map<DatabaseObject,ObjectPrivilege[]>User. getObjectPrivileges()Get the objectPrivileges of the user.Methods in com.exasol.dbbuilder with parameters of type DatabaseObject Modifier and Type Method Description UserUser. grant(DatabaseObject object, ObjectPrivilege... privileges)Grant the user access to a database schema with the given privileges.UserUser. grantAllAccess(DatabaseObject object)Grant the user access to all aspects of a database schema.Constructors in com.exasol.dbbuilder with parameters of type DatabaseObject Constructor Description DatabaseObjectException(DatabaseObject object, Exception cause)Create a new instance of aDatabaseObjectExceptionDatabaseObjectException(DatabaseObject object, String message)Create a new instance of aDatabaseObjectExceptionDatabaseObjectException(DatabaseObject object, String message, Exception cause)Create a new instance of aDatabaseObjectException -
Uses of DatabaseObject in com.exasol.dbbuilder.objectwriter
Methods in com.exasol.dbbuilder.objectwriter with parameters of type DatabaseObject Modifier and Type Method Description voidDatabaseObjectWriter. write(User user, DatabaseObject object, ObjectPrivilege... objectPrivileges)Grant privileges to a database object to a user.voidImmediateDatabaseObjectWriter. write(User user, DatabaseObject object, ObjectPrivilege... privileges)
-