railo.runtime.sql.old
Class ZConstant

java.lang.Object
  extended by railo.runtime.sql.old.ZConstant
All Implemented Interfaces:
Serializable, ZExp

public final class ZConstant
extends Object
implements ZExp

See Also:
Serialized Form

Field Summary
static int COLUMNNAME
           
static int NULL
           
static int NUMBER
           
static int STRING
           
static int UNKNOWN
           
 
Constructor Summary
ZConstant(String s, int i)
           
 
Method Summary
 int getType()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

COLUMNNAME

public static final int COLUMNNAME
See Also:
Constant Field Values

NULL

public static final int NULL
See Also:
Constant Field Values

NUMBER

public static final int NUMBER
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values
Constructor Detail

ZConstant

public ZConstant(String s,
                 int i)
Method Detail

getValue

public String getValue()

getType

public int getType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Railo