-
- All Implemented Interfaces:
public final class TablePrivilegeWrapper for results of getTablePrivileges
-
-
Constructor Summary
Constructors Constructor Description TablePrivilege(ResultSet rs)
-
Method Summary
Modifier and Type Method Description final StringgetCatalog()CatalogSource column: TABLE_CAT final StringgetSchema()SchemaSource column: TABLE_SCHEM final StringgetName()NameSource column: TABLE_NAME final StringgetGrantor()GrantorSource column: GRANTOR final StringgetGrantee()GranteeSource column: GRANTEE final StringgetPrivilege()PrivilegeSource column: PRIVILEGE final IsGrantableisGrantable()Is grantable, converted to IsGrantableSource column: IS_GRANTABLE Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
TablePrivilege
TablePrivilege(ResultSet rs)
-
-
Method Detail
-
getCatalog
final String getCatalog()
Catalog
Source column: TABLE_CAT
-
getGrantor
final String getGrantor()
Grantor
Source column: GRANTOR
-
getGrantee
final String getGrantee()
Grantee
Source column: GRANTEE
-
getPrivilege
final String getPrivilege()
Privilege
Source column: PRIVILEGE
-
isGrantable
final IsGrantable isGrantable()
Is grantable, converted to IsGrantable
Source column: IS_GRANTABLE
-
-
-
-