Sets the designated parameter to the given URL value.
public final void setURL(int parameterIndex,
java.net.URL x)
參數
parameterindex
An int that indicates the parameter number.
x
A URL object.
例外狀況
備註
This setURL method is specified by the setURL method in the java.sql.PreparedStatement interface.
另請參閱
參考
SQLServerPreparedStatement Class
概念
SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members