org.teiid.language
Class SQLConstants

java.lang.Object
  extended by org.teiid.language.SQLConstants

public class SQLConstants
extends java.lang.Object

SQL Constants for Teiid.


Nested Class Summary
static interface SQLConstants.NonReserved
           
static interface SQLConstants.Reserved
           
static interface SQLConstants.Tokens
           
 
Method Summary
static boolean isReservedWord(java.lang.String str)
          Check whether a string is a reserved word.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isReservedWord

public static final boolean isReservedWord(java.lang.String str)
Check whether a string is a reserved word.

Parameters:
str - String to check
Returns:
True if reserved word, false if not or null


Copyright © 2010. All Rights Reserved.