com.irisel.oms.sql
Class Keyword

java.lang.Object
  extended by com.irisel.oms.sql.Keyword
All Implemented Interfaces:
java.io.Serializable

public class Keyword
extends java.lang.Object
implements java.io.Serializable

Insert the type's description here. Creation date: (21/10/02 21:26:13)

See Also:
Serialized Form

Field Summary
static int ALTER_TABLE
           
static int ALTER_TABLE_ADD_COLUMN
           
static int ALTER_TABLE_ALTER_COLUMN
           
static int ALTER_TABLE_DROP_COLUMN
           
static java.lang.String COUNT
           
static int CREATE_DATABASE
           
static int CREATE_INDEX
           
static int CREATE_TABLE
           
static int DELETE
           
static int DROP_DATABASE
           
static int DROP_INDEX
           
static int DROP_TABLE
           
static int FOR_UPDATE
           
static int GROUPBY
           
static int HAVING
           
static int INSERT
           
static java.lang.String MAX
           
static java.lang.String MIN
           
static int NULL
           
static int ORDERBY
           
static int SELECT
           
static int UPDATE
           
 
Constructor Summary
Keyword()
           
 
Method Summary
static java.lang.String toString(int key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final int NULL
See Also:
Constant Field Values

SELECT

public static final int SELECT
See Also:
Constant Field Values

INSERT

public static final int INSERT
See Also:
Constant Field Values

UPDATE

public static final int UPDATE
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values

ORDERBY

public static final int ORDERBY
See Also:
Constant Field Values

GROUPBY

public static final int GROUPBY
See Also:
Constant Field Values

HAVING

public static final int HAVING
See Also:
Constant Field Values

CREATE_DATABASE

public static final int CREATE_DATABASE
See Also:
Constant Field Values

CREATE_TABLE

public static final int CREATE_TABLE
See Also:
Constant Field Values

CREATE_INDEX

public static final int CREATE_INDEX
See Also:
Constant Field Values

DROP_DATABASE

public static final int DROP_DATABASE
See Also:
Constant Field Values

DROP_TABLE

public static final int DROP_TABLE
See Also:
Constant Field Values

DROP_INDEX

public static final int DROP_INDEX
See Also:
Constant Field Values

ALTER_TABLE

public static final int ALTER_TABLE
See Also:
Constant Field Values

ALTER_TABLE_ADD_COLUMN

public static final int ALTER_TABLE_ADD_COLUMN
See Also:
Constant Field Values

ALTER_TABLE_DROP_COLUMN

public static final int ALTER_TABLE_DROP_COLUMN
See Also:
Constant Field Values

ALTER_TABLE_ALTER_COLUMN

public static final int ALTER_TABLE_ALTER_COLUMN
See Also:
Constant Field Values

FOR_UPDATE

public static final int FOR_UPDATE
See Also:
Constant Field Values

COUNT

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

MAX

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

MIN

public static final java.lang.String MIN
See Also:
Constant Field Values
Constructor Detail

Keyword

public Keyword()
Method Detail

toString

public static java.lang.String toString(int key)