-
- All Implemented Interfaces:
public final class TablePrivilege
Wrapper for results of getTablePrivileges
-
-
Constructor Summary
Constructors Constructor Description TablePrivilege(ResultSet rs)
-
Method Summary
Modifier and Type Method Description final String
getCatalog()
CatalogSource column: TABLE_CAT final String
getSchema()
SchemaSource column: TABLE_SCHEM final String
getName()
NameSource column: TABLE_NAME final String
getGrantor()
GrantorSource column: GRANTOR final String
getGrantee()
GranteeSource column: GRANTEE final String
getPrivilege()
PrivilegeSource column: PRIVILEGE final IsGrantable
isGrantable()
Is grantable, converted to IsGrantableSource column: IS_GRANTABLE Boolean
equals(Object other)
Integer
hashCode()
-
-
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
-
-
-
-