ajax.wrappers.sqlParser
Class SqlType
java.lang.Object
|
+--ajax.wrappers.sqlParser.SqlType
- public class SqlType
- extends java.lang.Object
Constructor Summary |
SqlType(int type)
|
SqlType(int type,
int parameter)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
SqlType
public SqlType(int type,
int parameter)
SqlType
public SqlType(int type)
getType
public int getType()
getParameter
public int getParameter()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object