Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Uses of Class
oracle.sql.BINARY_FLOAT

Packages that use BINARY_FLOAT
oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc

 

Uses of BINARY_FLOAT in oracle.jdbc

 

Methods in oracle.jdbc that return BINARY_FLOAT
 BINARY_FLOAT OracleConnectionWrapper.createBINARY_FLOAT(float value)
          Creates a BINARY_FLOAT that has the given value.
 BINARY_FLOAT OracleConnection.createBINARY_FLOAT(float value)
          Creates a BINARY_FLOAT that has the given value.

 

Methods in oracle.jdbc with parameters of type BINARY_FLOAT
 void OraclePreparedStatement.setBinaryFloat(int parameterIndex, BINARY_FLOAT value)
          Sets the designated parameter to an oracle.sql.BINARY_FLOAT value.
 void OracleCallableStatement.setBinaryFloat(String parameterName, BINARY_FLOAT x)
          Sets the designated parameter to the given oracle.sql.BINARY_FLOAT value.
 void OraclePreparedStatement.setBinaryFloatAtName(String parameterName, BINARY_FLOAT value)
          Sets the designated parameter to an oracle.sql.BINARY_FLOAT value.

 


Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.