Sets the designated parameter to the given double value.
public final void setDouble(int n, double x)
Parameters
n
An integer that indicates the parameter number.
x
A double value.
Exceptions
Remarks
This setDouble method is specified by the setDouble method in the java.sql.PreparedStatement interface.