Hitachi

Hitachi Advanced Database Application Development Guide


10.2.5 getLogWriter()

Organization of this subsection

(1) Function

This method acquires the DataSource object's log writer.

(2) Format

public synchronized PrintWriter getLogWriter() throws SQLException

(3) Arguments

None.

(4) Return value

This method returns the DataSource object's log writer. If no log writer has been set, the method returns null.

(5) Exceptions

None.