Re: list of ALL keywords by database
- From: David Harper <devnull@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 11 Jun 2006 14:08:23 GMT
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
.
- References:
- list of ALL keywords by database
- From: timasmith
- list of ALL keywords by database
- Prev by Date: list of ALL keywords by database
- Next by Date: Database ODBC
- Previous by thread: list of ALL keywords by database
- Next by thread: Database ODBC
- Index(es):
Relevant Pages
|