public interface Grant<D extends DatabaseObject> extends Serializable, Comparable<Grant<D>>, ContainedObject<Privilege<D>>
Modifier and Type | Method and Description |
---|---|
String |
getGrantee()
Gets the grantee.
|
String |
getGrantor()
Gets the grantor.
|
boolean |
isGrantable()
If the privilege is grantable.
|
compareTo
getParent
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.