java.lang.Object
org.firebirdsql.jdbc.metadata.PrivilegeMapping
Maps Firebird privilege codes (from
RDB$USER_PRIVILEGES.RDB$PRIVILEGE
) to a privilege name.- Since:
- 5
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
mapPrivilege
(String firebirdPrivilege) Maps the (one character) Firebird privilege code to the equivalent JDBC privilege.
-
Method Details
-
mapPrivilege
Maps the (one character) Firebird privilege code to the equivalent JDBC privilege.- Parameters:
firebirdPrivilege
- Firebird privilege character- Returns:
- privilege name or
"UNKNOWN"
when the privilege is not known
-