> What would be useful is an URL to a list of all keywords for
> Oracle
[quoted text clipped - 9 lines]
>
> Any such list that you know of?
DatabaseMetaData.getSQLKeywords will return a list of all of the
database's keywords that are not SQL92 keywords.
So now all you need is a list of SQL92 keywords, and a call to
getSQLKeywords fills in the database-specific extras.
David Harper
Cambridge, England