setInt Method (SQLServerPreparedStatement)

Sets the designated parameter to the given int value.

public final void setInt(int n,
                         int value)

Parámetros

n

An int that indicates the parameter number.

value

An int value.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerPreparedStatement Class

Conceptos

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members