Uses of Class
oracle.sql.BINARY_FLOAT
Packages that use BINARY_FLOAT
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.The API for JSON type in Oracle Database.
-
Uses of BINARY_FLOAT in oracle.jdbc
Methods in oracle.jdbc that return BINARY_FLOATModifier and TypeMethodDescriptionOracleConnection.createBINARY_FLOAT(float value) Creates a BINARY_FLOAT that has the given value.OracleConnectionWrapper.createBINARY_FLOAT(float value) Creates a BINARY_FLOAT that has the given value.Methods in oracle.jdbc with parameters of type BINARY_FLOATModifier and TypeMethodDescriptionvoidOracleCallableStatement.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. -
Uses of BINARY_FLOAT in oracle.sql.json
Methods in oracle.sql.json that return BINARY_FLOATModifier and TypeMethodDescriptionOracleJsonFloat.getFLOAT()Returns this value as aoracle.sql.BINARY_DOUBLE