setBigDecimal Method (SQLServerPreparedStatement)

Sets the designated parameter number to the given BigDecimal object.

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

Parámetros

n

An int that indicates the parameter number.

x

A BigDecimal object.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerPreparedStatement Class

Conceptos

SQLServerPreparedStatement Methods
SQLServerPreparedStatement Members