Condividi tramite


setInt Method (SQLServerPreparedStatement)

Sets the designated parameter to the given int value.

public final void setInt(int n,
                         int value)

Parametri

n

An int that indicates the parameter number.

value

An int value.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerPreparedStatement Class

Concetti

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members