Hitachi

Hitachi Advanced Database Application Development Guide


8.2.6 createStatement(int resultSetType, int resultSetConcurrency)

Organization of this subsection

(1) Function

This method creates a Statement object for sending an SQL statement to the HADB server.

(2) Format

public synchronized Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException

(3) Arguments

int resultSetType

Specifies a result set type.

int resultSetConcurrency

Specifies the concurrent processing mode.

(4) Return value

The method returns the Statement object.

(5) Exceptions

The JDBC driver throws an SQLException in the following cases:

(6) Notes