Re: list of ALL keywords by database



timasmith@xxxxxxxxxxx wrote:
What would be useful is an URL to a list of all keywords for
Oracle
mySQL
SQLServer
MS Access
HSql

etc.

Then I could keep the keywords out of the table and columns names in my
schema...

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
.



Relevant Pages