|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BINARY_DOUBLE | |
|---|---|
| oracle.jdbc | Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package oracle.jdbc. |
| Uses of BINARY_DOUBLE in oracle.jdbc |
|---|
| Methods in oracle.jdbc that return BINARY_DOUBLE | |
|---|---|
BINARY_DOUBLE |
OracleConnectionWrapper.createBINARY_DOUBLE(double value)
Creates a BINARY_DOUBLE that has the given value. |
BINARY_DOUBLE |
OracleConnection.createBINARY_DOUBLE(double value)
Creates a BINARY_DOUBLE that has the given value. |
| Methods in oracle.jdbc with parameters of type BINARY_DOUBLE | |
|---|---|
void |
OraclePreparedStatement.setBinaryDouble(int parameterIndex,
BINARY_DOUBLE value)
Sets the designated parameter to an oracle.sql.BINARY_DOUBLE value. |
void |
OracleCallableStatement.setBinaryDouble(String parameterName,
BINARY_DOUBLE x)
Sets the designated parameter to the given oracle.sql.BINARY_FLOAT
value. |
void |
OraclePreparedStatement.setBinaryDoubleAtName(String parameterName,
BINARY_DOUBLE value)
Sets the designated parameter to an oracle.sql.BINARY_DOUBLE value. |
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||