org.eigenbase.sql
Class SqlInsertKeyword

java.lang.Object
  extended by org.eigenbase.util14.Enum14.BasicValue
      extended by org.eigenbase.sql.SqlInsertKeyword
All Implemented Interfaces:
Serializable, Comparable, SqlLiteral.SqlSymbol, Enum14.Value

public class SqlInsertKeyword
extends Enum14.BasicValue
implements SqlLiteral.SqlSymbol

Defines the keywords which can occur immediately after the "INSERT" keyword. Standard SQL has no such keywords. This enumeration exists only to allow extension projects to define them.

See Also:
Serialized Form

Field Summary
static EnumeratedValues enumeration
           
 
Constructor Summary
protected SqlInsertKeyword(String name, int ordinal)
           
 
Method Summary
 String name()
           
 int ordinal()
           
 
Methods inherited from class org.eigenbase.util14.Enum14.BasicValue
compareTo, equals, equals, getDescription, getName, getOrdinal, hashCode, toString, unexpected
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

enumeration

public static final EnumeratedValues enumeration
Constructor Detail

SqlInsertKeyword

protected SqlInsertKeyword(String name,
                           int ordinal)
Method Detail

name

public String name()
Specified by:
name in interface SqlLiteral.SqlSymbol

ordinal

public int ordinal()
Specified by:
ordinal in interface SqlLiteral.SqlSymbol