setURL Method (SQLServerPreparedStatement)

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.

异常

SQLServerException

备注

This setURL method is specified by the setURL method in the java.sql.PreparedStatement interface.

另请参见

参考

SQLServerPreparedStatement Class

概念

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members