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