Uses of Class
com.exasol.dbbuilder.SystemPrivilege
-
Packages that use SystemPrivilege Package Description com.exasol.dbbuilder com.exasol.dbbuilder.objectwriter -
-
Uses of SystemPrivilege in com.exasol.dbbuilder
Methods in com.exasol.dbbuilder that return SystemPrivilege Modifier and Type Method Description static SystemPrivilegeSystemPrivilege. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemPrivilege[]SystemPrivilege. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exasol.dbbuilder that return types with arguments of type SystemPrivilege Modifier and Type Method Description Set<SystemPrivilege>User. getSystemPrivileges()Get the systemPrivileges of the user.Methods in com.exasol.dbbuilder with parameters of type SystemPrivilege Modifier and Type Method Description UserUser. grant(SystemPrivilege... privileges)Grant system privileges to a user. -
Uses of SystemPrivilege in com.exasol.dbbuilder.objectwriter
Methods in com.exasol.dbbuilder.objectwriter with parameters of type SystemPrivilege Modifier and Type Method Description voidDatabaseObjectWriter. write(User user, SystemPrivilege... privileges)Grant system privileges to a user.voidImmediateDatabaseObjectWriter. write(User user, SystemPrivilege... privileges)
-