$sql.callableStatement.setFloat
Sets the designated parameter to the given Java float value. The driver converts this to an SQL FLOAT value when it sends it to the database.
Syntax
$sql.callableStatement.setFloat
Documentation
:
Paramter:
parameterIndex - the first parameter is 1, the second is 2, ...
x - the parameter value
Returns:
Throws:
SQLException - if a database access error occurs
Examples
Group
SQL
Minimum required transaction-mode:
NONE
Required scripting permission of the developer
PERMISSION_FL_BASIC
Minimum parameters
3
Maximum parameters
3