Hitachi

Hitachi Advanced Database Application Development Guide


8.5.10 getAsciiStream(String columnName)

Organization of this subsection

(1) Function

This method acquires in a java.io.InputStream object the value in a specified column in the current row of the ResultSet object. The column whose value is to be acquired is specified in the argument.

The method does not convert the value to ASCII characters.

(2) Format

public synchronized InputStream getAsciiStream(String columnName) throws SQLException

(3) Arguments

String columnName

Specifies a column name.

(4) Return value

This method returns a java.io.InputStream object that contains the retrieval result. For details about the relationship between the retrieval result and the return value, see Table 8‒18: Relationship between the retrieval result and the return value (getAsciiStream method).

(5) Exceptions

The JDBC driver throws an SQLException in the following cases: