Condividi tramite


setURL Method (SQLServerPreparedStatement)

Sets the designated parameter to the given URL value.

public final void setURL(int parameterIndex,
                         java.net.URL x)

Parametri

parameterindex

An int that indicates the parameter number.

x

A URL object.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerPreparedStatement Class

Concetti

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members