OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.rdbms.AQObjectPermission

Packages that use AQObjectPermission
com.aquafold.openapi.rdbms.schema   
 

Uses of AQObjectPermission in com.aquafold.openapi.rdbms.schema
 

Methods in com.aquafold.openapi.rdbms.schema that return AQObjectPermission
 AQObjectPermission[] AQObjectType.extractPermissions()
          To get a list of permissions for the object type.
 AQObjectPermission[] AQMatView.extractPermissions()
          To get a list of permissions for the materialized view.
 AQObjectPermission[] AQSynonym.extractPermissions()
          To get a list of permission object for the Synonym object.
 AQObjectPermission[] AQDataType.extractPermissions()
           
 AQObjectPermission[] AQProcedure.extractPermissions()
          To get a list of permissions for the store procedure.
 AQObjectPermission[] AQIndex.extractPermissions()
          To get a list of permissions for the database index.
 AQObjectPermission[] AQPackageBody.extractPermissions()
           
 AQObjectPermission[] AQSequence.extractPermissions()
          To get a list of permissions for the database sequence.
 AQObjectPermission[] AQTable.extractPermissions()
          To get a list of permissions for the table.
 AQObjectPermission[] AQPackage.extractPermissions()
          To get a list of permissions for the package.
 AQObjectPermission[] AQFunction.extractPermissions()
          To get a list of permissions for the user defined function.
 AQObjectPermission[] AQView.extractPermissions()
          To get a list of permissions for the view.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.