Hitachi

Hitachi Advanced Database Application Development Guide


8.6.30 getExtraNameCharacters()

Organization of this subsection

(1) Function

This method acquires all the special characters that can be used in an ID name that is not enclosed in double quotation marks (").

(2) Format

public synchronized String getExtraNameCharacters() throws SQLException

(3) Arguments

None.

(4) Return value

The method returns a String object.

The method returns "\@#".

(5) Exceptions

If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.