8.6.71 getSQLKeywords()
- Organization of this subsection
(1) Function
This method acquires a list (delimited by the comma) of all database-specific SQL keywords that are not SQL:2003 keywords.
(2) Format
public synchronized String getSQLKeywords() throws SQLException
(3) Arguments
None.
(4) Return value
The method returns a String object.
For details about the reserved words, see the topic Reserved words in the manual HADB SQL Reference.
(5) Exceptions
If this Connection object is closed before this method is executed, the JDBC driver throws an SQLException.
(6) Notes
The reserved words returned by this method include reserved words that have been unregistered.