setDouble Method (SQLServerPreparedStatement)
Sets the designated parameter to the given double value.
public final void setDouble(int n,
double x)
Parameter
n
An int that indicates the parameter number.
x
A double value.
Ausnahmen
Hinweise
This setDouble method is specified by the setDouble method in the java.sql.PreparedStatement interface.
Siehe auch
Verweis
SQLServerPreparedStatement Class
Konzepte
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members