Hitachi

Hitachi Advanced Database Application Development Guide


8.4.13 setBigDecimal(int parameterIndex, BigDecimal x)

Organization of this subsection

(1) Function

This method sets a specified BigDecimal object as a dynamic parameter value.

(2) Format

public synchronized void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException

(3) Arguments

int parameterIndex

Specifies the number of a dynamic parameter.

BigDecimal x

Specifies the java.math.BigDecimal object that is to be set in the specified dynamic parameter.

(4) Return value

None.

(5) Exceptions

The JDBC driver throws an SQLException in the following cases: