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. -
-
Uses of BINARY_FLOAT in oracle.jdbc
Methods in oracle.jdbc that return BINARY_FLOAT 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.Methods in oracle.jdbc with parameters of type BINARY_FLOAT Modifier and Type Method Description void
OracleCallableStatement. setBinaryFloat(String parameterName, BINARY_FLOAT x)
Sets the designated parameter to the givenoracle.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. -
Uses of BINARY_FLOAT in oracle.sql.json
Methods in oracle.sql.json that return BINARY_FLOAT Modifier and Type Method Description BINARY_FLOAT
OracleJsonFloat. getFLOAT()
Returns this value as aoracle.sql.BINARY_DOUBLE
-