Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

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.
 


Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

Copyright © 2008, 2013, Oracle. All rights reserved.