public class GrantPrivilegeToUserProcedure extends PrivilegeProcedureBase
PrivilegeType.ADMIN
privilege can
perform this operation. Usage:
CALL sys.grant_privilege_to_user('username', 'privilege')
CALL sys.grant_privilege_to_user('username', 'privilege', 'database')
CALL sys.grant_privilege_to_user('username', 'privilege', 'database', 'table')
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER |
catalog
Constructor and Description |
---|
GrantPrivilegeToUserProcedure() |
Modifier and Type | Method and Description |
---|---|
String[] |
call(org.apache.flink.table.procedure.ProcedureContext procedureContext,
String user,
String privilege,
String database,
String table) |
String |
identifier()
Returns a unique identifier among same factory interfaces.
|
getPrivilegedCatalog
execute, execute, execute, notnull, nullable, optionalConfigMap, table, withCatalog
public static final String IDENTIFIER
public String[] call(org.apache.flink.table.procedure.ProcedureContext procedureContext, String user, String privilege, String database, String table)
public String identifier()
Factory
For consistency, an identifier should be declared as one lower case word (e.g. kafka
). If multiple factories exist for different versions, a version should be appended
using "-" (e.g. elasticsearch-7
).
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.