org.objectweb.telosys.dal.sql
Class ParamType

java.lang.Object
  extended byorg.objectweb.telosys.dal.sql.ParamType

public class ParamType
extends java.lang.Object


Field Summary
static int BOOLEAN
           
static int BYTE
           
static int DATE
           
static int DOUBLE
           
static int FLOAT
           
static int INTEGER
           
static int LONG
           
static int SHORT
           
static int STRING
           
static int TIMESTAMP
           
protected static int UNKNOWN
           
 
Constructor Summary
ParamType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

protected static final int UNKNOWN
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

BYTE

public static final int BYTE
See Also:
Constant Field Values

DOUBLE

public static final int DOUBLE
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

LONG

public static final int LONG
See Also:
Constant Field Values

SHORT

public static final int SHORT
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

DATE

public static final int DATE
See Also:
Constant Field Values

TIMESTAMP

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

ParamType

public ParamType()