edu.iastate.anthill.indus.query
Class ZConstantEx

java.lang.Object
  extended byZql.ZConstant
      extended byedu.iastate.anthill.indus.query.ZConstantEx
All Implemented Interfaces:
java.io.Serializable, Zql.ZExp

public class ZConstantEx
extends Zql.ZConstant

Since:
1.0 2005-03-21
Author:
Jie Bao
See Also:
Serialized Form

Field Summary
static int AVH
           
 
Fields inherited from class Zql.ZConstant
COLUMNNAME, NULL, NUMBER, STRING, UNKNOWN
 
Constructor Summary
ZConstantEx(java.lang.String v, int typ)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class Zql.ZConstant
getType, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AVH

public static int AVH
Constructor Detail

ZConstantEx

public ZConstantEx(java.lang.String v,
                   int typ)
Method Detail

toString

public java.lang.String toString()