 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Sun Jun 11, 2006 5:08 pm Post subject: list of ALL keywords by database |
|
|
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?
thanks
Tim |
|
| Back to top |
|
 |
David Harper Guest
|
Posted: Sun Jun 11, 2006 7:08 pm Post subject: Re: list of ALL keywords by database |
|
|
timasmith (AT) hotmail (DOT) com wrote:
| Quote: | 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 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|