Package oracle.jdbc
Class OracleSQLPermission
java.lang.Object
java.security.Permission
java.security.BasicPermission
oracle.jdbc.OracleSQLPermission
- All Implemented Interfaces:
Serializable,Guard
The Permission class for Java security permissions unique to the Oracle
JDBC drivers. As of this release the only supported target is "callAbort".
The actions are ignored.
- Since:
- release specific (what release of product did this appear in)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOracleSQLPermission(String name) OracleSQLPermission(String name, String actions) -
Method Summary
Methods inherited from class java.security.BasicPermission
equals, getActions, hashCode, implies, newPermissionCollectionMethods inherited from class java.security.Permission
checkGuard, getName, toString
-
Constructor Details
-
OracleSQLPermission
-
OracleSQLPermission
-