com.irisel.oms.sql
Class Operator
java.lang.Object
com.irisel.oms.sql.Operator
- All Implemented Interfaces:
- java.io.Serializable
public class Operator
- extends java.lang.Object
- implements java.io.Serializable
Insert the type's description here.
Creation date: (21/10/02 21:05:12)
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getDbType()
Getter for property dbType. |
void |
setDbType(java.lang.String dbType)
Setter for property dbType. |
static java.lang.String |
toString(int key)
Returns a String representation of this object |
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
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
GE
public static final int GE
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
LE
public static final int LE
- See Also:
- Constant Field Values
LIKE
public static final int LIKE
- See Also:
- Constant Field Values
IN
public static final int IN
- See Also:
- Constant Field Values
ASC
public static final int ASC
- See Also:
- Constant Field Values
DESC
public static final int DESC
- See Also:
- Constant Field Values
NOT_IN
public static final int NOT_IN
- See Also:
- Constant Field Values
NOT_LIKE
public static final int NOT_LIKE
- See Also:
- Constant Field Values
BETWEEN
public static final int BETWEEN
- See Also:
- Constant Field Values
NOT_NULL
public static final int NOT_NULL
- See Also:
- Constant Field Values
PRIMARY_KEY
public static final int PRIMARY_KEY
- See Also:
- Constant Field Values
FOREIGN_KEY
public static final int FOREIGN_KEY
- See Also:
- Constant Field Values
UNIQUE
public static final int UNIQUE
- See Also:
- Constant Field Values
RESTRICT
public static final int RESTRICT
- See Also:
- Constant Field Values
CASCADE
public static final int CASCADE
- See Also:
- Constant Field Values
NOT_EQUAL
public static final int NOT_EQUAL
- See Also:
- Constant Field Values
Operator
public Operator()
toString
public static java.lang.String toString(int key)
- Returns a String representation of this object
- Returns:
- java.lang.String
getDbType
public java.lang.String getDbType()
- Getter for property dbType.
- Returns:
- Value of property dbType.
setDbType
public void setDbType(java.lang.String dbType)
- Setter for property dbType.
- Parameters:
dbType
- New value of property dbType.