|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.table.jdbc.SqlReserved
public class SqlReserved
Provides a list of all known SQL reserved words.
Constructor Summary | |
---|---|
SqlReserved()
|
Method Summary | |
---|---|
static boolean |
isReserved(java.lang.String word)
Indicates whether a word is an SQL reserved word or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlReserved()
Method Detail |
---|
public static boolean isReserved(java.lang.String word)
word
- word to test
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |