com.ibm.mobileservices.isync.sql
Interface Types


public interface Types

Please refer to java.sql.Types for documentation on the types defined in this class.


Field Summary
static short BIGINT
          large integer data type
static short BIT
          binary data type
static short BLOB
          large variable length binary data type
static short CHAR
          fixed CHAR data type
static short DATE
          integer DATE data type
static short DECIMAL
          decimal data type
static short DOUBLE
          large floating point data type
static short FLOAT
          floating point data type
static short INTEGER
          integer data type
static short LONGVARCHAR
          variable length, large CHAR data type
static short NULL
          NULL value
static short NUMERIC
          numeric data type
static short REAL
          floating point data type
static short SMALLINT
          2-byte integer data type
static short TIME
          integer TIME data type
static short TIMESTAMP
          4-byte DATE and TIME data type
static short TINYINT
          one byte integer data type
static short VARCHAR
          variable length CHAR data type
 

Field Detail

NULL

public static final short NULL
NULL value

See Also:
Constant Field Values

CHAR

public static final short CHAR
fixed CHAR data type

See Also:
Constant Field Values

LONGVARCHAR

public static final short LONGVARCHAR
variable length, large CHAR data type

See Also:
Constant Field Values

NUMERIC

public static final short NUMERIC
numeric data type

See Also:
Constant Field Values

DECIMAL

public static final short DECIMAL
decimal data type

See Also:
Constant Field Values

INTEGER

public static final short INTEGER
integer data type

See Also:
Constant Field Values

SMALLINT

public static final short SMALLINT
2-byte integer data type

See Also:
Constant Field Values

BIGINT

public static final short BIGINT
large integer data type

See Also:
Constant Field Values

TINYINT

public static final short TINYINT
one byte integer data type

See Also:
Constant Field Values

FLOAT

public static final short FLOAT
floating point data type

See Also:
Constant Field Values

BIT

public static final short BIT
binary data type

See Also:
Constant Field Values

REAL

public static final short REAL
floating point data type

See Also:
Constant Field Values

DOUBLE

public static final short DOUBLE
large floating point data type

See Also:
Constant Field Values

VARCHAR

public static final short VARCHAR
variable length CHAR data type

See Also:
Constant Field Values

DATE

public static final short DATE
integer DATE data type

See Also:
Constant Field Values

TIME

public static final short TIME
integer TIME data type

See Also:
Constant Field Values

TIMESTAMP

public static final short TIMESTAMP
4-byte DATE and TIME data type

See Also:
Constant Field Values

BLOB

public static final short BLOB
large variable length binary data type

See Also:
Constant Field Values


(c) Copyright IBM Corp. 2001, 2002, 2003. All Rights Reserved.