java.lang.Object
org.firebirdsql.jdbc.metadata.GetTablePrivileges
Provides the implementation of
DatabaseMetaData.getTablePrivileges(String, String, String)
.
This implementation returns all privileges, not just from the current user. The JDBC specification is not
clear on this. Looking at the Schemata (SQL standard book 11) definition of the TABLE_PRIVILEGES
view, possibly this should be restricted to the current user and user PUBLIC
(and maybe active roles). This
may change in a future version.
- Since:
- 5
- Author:
- Mark Rotteveel
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic GetTablePrivileges
create
(DbMetadataMediator mediator) getTablePrivileges
(String tableNamePattern)
-
Field Details
-
mediator
-
-
Method Details
-
getTablePrivileges
- Throws:
SQLException
-
create
-