com.metamatrix.query.sql
Class ProcedureReservedWords

java.lang.Object
  extended by com.metamatrix.query.sql.ProcedureReservedWords

public class ProcedureReservedWords
extends java.lang.Object

Special variable names in stored procedure language.


Field Summary
static java.lang.String[] ALL_WORDS
           
static java.lang.String CHANGING
           
static java.lang.String INPUT
           
static java.lang.String ROWS_UPDATED
           
static java.lang.String USING
           
static java.lang.String VARIABLES
           
 
Method Summary
static boolean isProcedureReservedWord(java.lang.String str)
          Check whether a string is a procedure reserved word.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INPUT

public static final java.lang.String INPUT
See Also:
Constant Field Values

ROWS_UPDATED

public static final java.lang.String ROWS_UPDATED
See Also:
Constant Field Values

CHANGING

public static final java.lang.String CHANGING
See Also:
Constant Field Values

VARIABLES

public static final java.lang.String VARIABLES
See Also:
Constant Field Values

USING

public static final java.lang.String USING
See Also:
Constant Field Values

ALL_WORDS

public static final java.lang.String[] ALL_WORDS
Method Detail

isProcedureReservedWord

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

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


Copyright © 2009. All Rights Reserved.