public interface AQObjectPermission extends AQServerObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
scriptGRANT(java.lang.String granteeType)
Generate GRANT script for database object.
|
java.lang.String |
scriptREVOKE(java.lang.String granteeType)
Generate the REVOKE script for the database object.
|
getIcon, getName, getServerConnection, getTypeName, scriptCREATE, scriptCREATE, scriptDROPjava.lang.String scriptGRANT(java.lang.String granteeType)
granteeType - A String representing the grantee type. Only the following values are valid :- "user" and "role"java.lang.String scriptREVOKE(java.lang.String granteeType)
granteeType - A String representing the grantee type. Only the following values are valid :- "user" and "role"
Copyright © 2019 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.