ajax.wrappers.sqlParser
Class SqlType

java.lang.Object
  |
  +--ajax.wrappers.sqlParser.SqlType

public class SqlType
extends java.lang.Object


Field Summary
static int CHAR
           
static int FLOAT
           
static int INTEGER
           
static int VARCHAR
           
static int VARCHAR2
           
 
Constructor Summary
SqlType(int type)
           
SqlType(int type, int parameter)
           
 
Method Summary
 int getParameter()
           
 int getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VARCHAR

public static final int VARCHAR

CHAR

public static final int CHAR

INTEGER

public static final int INTEGER

FLOAT

public static final int FLOAT

VARCHAR2

public static final int VARCHAR2
Constructor Detail

SqlType

public SqlType(int type,
               int parameter)

SqlType

public SqlType(int type)
Method Detail

getType

public int getType()

getParameter

public int getParameter()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object