Uses of Class
oracle.sql.BINARY_FLOAT
-
Packages that use BINARY_FLOAT Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc.oracle.sql.json The API for JSON type in Oracle Database. -
- <section role="region">
Uses of BINARY_FLOAT in oracle.jdbc
Methods in oracle.jdbc that return BINARY_FLOAT Modifier and Type Method Description BINARY_FLOATOracleConnection. createBINARY_FLOAT(float value)Creates a BINARY_FLOAT that has the given value.BINARY_FLOATOracleConnectionWrapper. createBINARY_FLOAT(float value)Creates a BINARY_FLOAT that has the given value.
</section>Methods in oracle.jdbc with parameters of type BINARY_FLOAT Modifier and Type Method Description voidOracleCallableStatement. setBinaryFloat(String parameterName, BINARY_FLOAT x)Sets the designated parameter to the givenoracle.sql.BINARY_FLOATvalue.voidOraclePreparedStatement. setBinaryFloat(int parameterIndex, BINARY_FLOAT value)Sets the designated parameter to an oracle.sql.BINARY_FLOAT value.voidOraclePreparedStatement. setBinaryFloatAtName(String parameterName, BINARY_FLOAT value)Sets the designated parameter to an oracle.sql.BINARY_FLOAT value. - <section role="region">
Uses of BINARY_FLOAT in oracle.sql.json
</section>Methods in oracle.sql.json that return BINARY_FLOAT Modifier and Type Method Description BINARY_FLOATOracleJsonFloat. getFLOAT()Returns this value as aoracle.sql.BINARY_DOUBLE
- <section role="region">