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