org.teiid.query.sql
Class ProcedureReservedWords

java.lang.Object
  extended by org.teiid.query.sql.ProcedureReservedWords

public class ProcedureReservedWords
extends java.lang.Object

Special variable names in stored procedure language.


Field Summary
static java.lang.String CHANGING
           
static java.lang.String DVARS
           
static java.lang.String INPUT
          Deprecated. 
static java.lang.String INPUTS
           
static java.lang.String ROWCOUNT
           
static java.lang.String ROWS_UPDATED
           
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

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

INPUTS

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

ROWS_UPDATED

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

ROWCOUNT

public static final java.lang.String ROWCOUNT
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

DVARS

public static final java.lang.String DVARS
See Also:
Constant Field Values
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 © 2010. All Rights Reserved.