|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RAW | |
|---|---|
| oracle.jdbc | Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.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. |
| Uses of RAW in oracle.jdbc |
|---|
| Methods in oracle.jdbc that return RAW | |
|---|---|
RAW |
OracleResultSet.getRAW(int columnIndex)Oracle extension. |
RAW |
OracleCallableStatement.getRAW(int parameterIndex)Retrieves data into an oracle.sql.RAW object. |
RAW |
OracleResultSet.getRAW(String columnName)Oracle extension. |
| Methods in oracle.jdbc with parameters of type RAW | |
|---|---|
void |
OraclePreparedStatement.setRAW(int parameterIndex, RAW raw)Binds the designated parameter to a oracle.sql.RAW value. |
void |
OracleCallableStatement.setRAW(String parameterName, RAW x)Sets the designated parameter to an oracle.sql.RAWvalue. |
void |
OraclePreparedStatement.setRAWAtName(String parameterName, RAW value)Sets the designated parameter to an oracle.sql.RAWvalue. |
void |
OracleResultSet.updateRAW(int columnIndex, RAW value)Oracle extension. |
void |
OracleResultSet.updateRAW(String columnName, RAW value)Oracle extension. |
| Uses of RAW in oracle.jdbc.aq |
|---|
| Methods in oracle.jdbc.aq that return RAW | |
|---|---|
RAW |
AQMessage.getRAWPayload()Retrieves the payload as a RAW. |
| Methods in oracle.jdbc.aq with parameters of type RAW | |
|---|---|
void |
AQMessage.setPayload(RAW payload)Sets a RAW payload. |
| Uses of RAW in oracle.sql |
|---|
| Methods in oracle.sql that return RAW | |
|---|---|
static RAW |
RAW.newRAW(Object obj)Creates a new RAW from an Object in the manner of the RAW(Object) constructor beginning in 10i R1. |
static RAW |
RAW.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. |
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||