org.eigenbase.sql
Class SqlInsertKeyword
java.lang.Object
org.eigenbase.util14.Enum14.BasicValue
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
enumeration
public static final EnumeratedValues enumeration
SqlInsertKeyword
protected SqlInsertKeyword(String name,
int ordinal)
name
public String name()
- Specified by:
name
in interface SqlLiteral.SqlSymbol
ordinal
public int ordinal()
- Specified by:
ordinal
in interface SqlLiteral.SqlSymbol