Condividi tramite


setBigDecimal Method (SQLServerPreparedStatement)

Sets the designated parameter number to the given BigDecimal object.

public final void setBigDecimal(int n,
                                java.math.BigDecimal x)

Parametri

n

An int that indicates the parameter number.

x

A BigDecimal object.

Eccezioni

SQLServerException

Osservazioni

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

Vedere anche

Riferimento

SQLServerPreparedStatement Class

Concetti

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members