| 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_FLOAT |
OracleConnection.createBINARY_FLOAT(float value) |
Creates a BINARY_FLOAT that has the given value.
|
BINARY_FLOAT |
OracleConnectionWrapper.createBINARY_FLOAT(float value) |
Creates a BINARY_FLOAT that has the given value.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
OracleCallableStatement.setBinaryFloat(String parameterName,
BINARY_FLOAT x) |
Sets the designated parameter to the given
oracle.sql.BINARY_FLOAT value. |
void |
OraclePreparedStatement.setBinaryFloat(int parameterIndex,
BINARY_FLOAT value) |
Sets the designated parameter to an oracle.sql.BINARY_FLOAT value.
|
void |
OraclePreparedStatement.setBinaryFloatAtName(String parameterName,
BINARY_FLOAT value) |
Sets the designated parameter to an oracle.sql.BINARY_FLOAT value.
|
Copyright © 2008, 2017, Oracle. All rights reserved.