Freigeben über


setInt Method (SQLServerPreparedStatement)

Sets the designated parameter to the given int value.

public final void setInt(int n,
                         int value)

Parameter

n

An int that indicates the parameter number.

value

An int value.

Ausnahmen

SQLServerException

Hinweise

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

Siehe auch

Verweis

SQLServerPreparedStatement Class

Konzepte

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members