All Packages Class Hierarchy This Package Previous Next Index
Class Zql.ZConstant
java.lang.Object
|
+----Zql.ZConstant
- public class ZConstant
- extends Object
- implements ZExp
ZConstant: a representation of SQL constants
-
COLUMNNAME
-
-
NULL
-
-
NUMBER
-
-
STRING
-
-
UNKNOWN
- ZConstant types
-
ZConstant(String, int)
- Create a new constant, given its name and type.
-
getType()
-
-
getValue()
-
-
toString()
-
UNKNOWN
public static final int UNKNOWN
- ZConstant types
COLUMNNAME
public static final int COLUMNNAME
NULL
public static final int NULL
NUMBER
public static final int NUMBER
STRING
public static final int STRING
ZConstant
public ZConstant(String v,
int typ)
- Create a new constant, given its name and type.
getValue
public String getValue()
getType
public int getType()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index