Hitachi

Hitachi Advanced Database Application Development Guide


11.2.4 getParameterMode(int param)

Organization of this subsection

(1) Function

This method acquires a specified parameter's mode.

(2) Format

public synchronized int getParameterMode(int param) throws SQLException

(3) Arguments

int param

Specifies a parameter number (beginning with 1).

(4) Return value

The method always returns ParameterMetaData.parameterModeIn.

(5) Exceptions

If the specified param value is 0 or less, or is greater than the number of parameters, the JDBC driver throws an SQLException.