uk.ac.starlink.table.jdbc
Class SqlReserved

java.lang.Object
  |
  +--uk.ac.starlink.table.jdbc.SqlReserved

public class SqlReserved
extends Object

Provides a list of all known SQL reserved words.

Since:
7 Mar 2005

Constructor Summary
SqlReserved()
           
 
Method Summary
static boolean isReserved(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

SqlReserved

public SqlReserved()
Method Detail

isReserved

public static boolean isReserved(String word)
Indicates whether a word is an SQL reserved word or not.

Parameters:
word - word to test
Returns:
true iff word looks like an SQL reserved word

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.