Uses of Class
oracle.sql.RAW
Packages that use RAW
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.This package is an Oracle JDBC extension that provides interfaces to access the Advanced Queuing feature of Oracle for enterprise messaging applications.
A package of classes that represent java SQL types and Oracle specific
SQL types.
The API for JSON type in Oracle Database.
-
Uses of RAW in oracle.jdbc
Methods in oracle.jdbc that return RAWModifier and TypeMethodDescriptionOracleCallableStatement.getRAW(int parameterIndex) Retrieves data into anoracle.sql.RAWobject.OracleResultSet.getRAW(int columnIndex) Oracle extension.Oracle extension.Methods in oracle.jdbc with parameters of type RAWModifier and TypeMethodDescriptionvoidSets the designated parameter to anoracle.sql.RAWvalue.voidBinds the designated parameter to aoracle.sql.RAWvalue.voidOraclePreparedStatement.setRAWAtName(String parameterName, RAW value) Sets the designated parameter to anoracle.sql.RAWvalue.voidOracle extension.voidOracle extension. -
Uses of RAW in oracle.jdbc.aq
Methods in oracle.jdbc.aq that return RAWMethods in oracle.jdbc.aq with parameters of type RAW -
Uses of RAW in oracle.sql
Methods in oracle.sql that return RAW -
Uses of RAW in oracle.sql.json
Methods in oracle.sql.json that return RAW