setLong Method (SQLServerPreparedStatement)
Sets the designated parameter to the given long value.
public final void setLong(int n,
long x)
매개 변수
n
An int that indicates the parameter number.
x
A long value.
예외
주의
This setLong method is specified by the setLong method in the java.sql.PreparedStatement interface.
참고 항목
참조
SQLServerPreparedStatement Class
개념
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members