Uses of Class
oracle.sql.RAW
-
Packages that use RAW Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc.oracle.jdbc.aq This package is an Oracle JDBC extension that provides interfaces to access the Advanced Queuing feature of Oracle for enterprise messaging applications.oracle.sql A package of classes that represent java SQL types and Oracle specific SQL types.oracle.sql.json The API for JSON type in Oracle Database. -
- <section role="region">
Uses of RAW in oracle.jdbc
Methods in oracle.jdbc that return RAW Modifier and Type Method Description RAWOracleCallableStatement. getRAW(int parameterIndex)Retrieves data into anoracle.sql.RAWobject.RAWOracleResultSet. getRAW(int columnIndex)Oracle extension.RAWOracleResultSet. getRAW(String columnName)Oracle extension.
</section>Methods in oracle.jdbc with parameters of type RAW Modifier and Type Method Description voidOracleCallableStatement. setRAW(String parameterName, RAW x)Sets the designated parameter to anoracle.sql.RAWvalue.voidOraclePreparedStatement. setRAW(int parameterIndex, RAW raw)Binds the designated parameter to aoracle.sql.RAWvalue.voidOraclePreparedStatement. setRAWAtName(String parameterName, RAW value)Sets the designated parameter to anoracle.sql.RAWvalue.voidOracleResultSet. updateRAW(int columnIndex, RAW value)Oracle extension.voidOracleResultSet. updateRAW(String columnName, RAW value)Oracle extension. - <section role="region">
Uses of RAW in oracle.jdbc.aq
Methods in oracle.jdbc.aq that return RAW Modifier and Type Method Description RAWAQMessage. getRAWPayload()Retrieves the payload as a RAW.
</section>Methods in oracle.jdbc.aq with parameters of type RAW Modifier and Type Method Description voidAQMessage. setPayload(RAW payload)Sets a RAW payload. - <section role="region">
Uses of RAW in oracle.sql
</section>Methods in oracle.sql that return RAW Modifier and Type Method Description static RAWRAW. newRAW(Object obj)Creates a new RAW from an Object in the manner of the RAW(Object) constructor beginning in 10i R1.static RAWRAW. oldRAW(Object obj)Creates a new RAW from an Object in the manner of the RAW(Object) constructor in versions of Oracle JDBC 9.2 and earlier. - <section role="region">
Uses of RAW in oracle.sql.json
</section>Methods in oracle.sql.json that return RAW Modifier and Type Method Description RAWOracleJsonBinary. getRAW()Returns this binary value as aoracle.sql.RAW
- <section role="region">