com.irisel.oms.sql
Class Keyword
java.lang.Object
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
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 |
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
Keyword
public Keyword()
toString
public static java.lang.String toString(int key)