| Package | Description |
|---|---|
| oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc. |
| Modifier and Type | Method | Description |
|---|---|---|
BINARY_DOUBLE |
OracleConnection.createBINARY_DOUBLE(double value) |
Creates a BINARY_DOUBLE that has the given value.
|
BINARY_DOUBLE |
OracleConnectionWrapper.createBINARY_DOUBLE(double value) |
Creates a BINARY_DOUBLE that has the given value.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
OracleCallableStatement.setBinaryDouble(String parameterName,
BINARY_DOUBLE x) |
Sets the designated parameter to the given
oracle.sql.BINARY_FLOAT
value. |
void |
OraclePreparedStatement.setBinaryDouble(int parameterIndex,
BINARY_DOUBLE value) |
Sets the designated parameter to an oracle.sql.BINARY_DOUBLE value.
|
void |
OraclePreparedStatement.setBinaryDoubleAtName(String parameterName,
BINARY_DOUBLE value) |
Sets the designated parameter to an oracle.sql.BINARY_DOUBLE value.
|