com.googlecode.paradox.information_schema.table_privileges.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paradoxdriver Show documentation
Show all versions of paradoxdriver Show documentation
A Paradox Java Driver (using JDBC 4)
The newest version!
select distinct grantor,
grantee,
"catalog" as table_catalog,
"schema" as table_schema,
"table" as table_name,
type as privilege_type,
is_grantable
from information_schema.pdx_column_privileges