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
          BIGINT.
static short BIT
          BIT.
static int BLOB
          BLOB.
static short CHAR
          CHAR.
static short DATE
          DATE.
static short DECIMAL
          DECIMAL.
static short DOUBLE
          DOUBLE.
static short FLOAT
          FLOAT.
static short INTEGER
          INTEGER.
static short LONGVARCHAR
          LONGVARCHAR.
static short NULL
          NULL.
static short NUMERIC
          NUMERIC.
static short REAL
          REAL.
static short SMALLINT
          SMALLINT.
static short TIME
          TIME.
static short TIMESTAMP
          TIMESTAMP.
static short TINYINT
          TINYINT.
static short VARCHAR
          VARCHAR.
 

Field Detail

NULL

public static final short NULL
NULL.

See Also:
Constant Field Values

CHAR

public static final short CHAR
CHAR.

See Also:
Constant Field Values

LONGVARCHAR

public static final short LONGVARCHAR
LONGVARCHAR.

See Also:
Constant Field Values

NUMERIC

public static final short NUMERIC
NUMERIC.

See Also:
Constant Field Values

DECIMAL

public static final short DECIMAL
DECIMAL.

See Also:
Constant Field Values

INTEGER

public static final short INTEGER
INTEGER.

See Also:
Constant Field Values

SMALLINT

public static final short SMALLINT
SMALLINT.

See Also:
Constant Field Values

BIGINT

public static final short BIGINT
BIGINT.

See Also:
Constant Field Values

TINYINT

public static final short TINYINT
TINYINT.

See Also:
Constant Field Values

FLOAT

public static final short FLOAT
FLOAT.

See Also:
Constant Field Values

BIT

public static final short BIT
BIT.

See Also:
Constant Field Values

REAL

public static final short REAL
REAL.

See Also:
Constant Field Values

DOUBLE

public static final short DOUBLE
DOUBLE.

See Also:
Constant Field Values

VARCHAR

public static final short VARCHAR
VARCHAR.

See Also:
Constant Field Values

DATE

public static final short DATE
DATE.

See Also:
Constant Field Values

TIME

public static final short TIME
TIME.

See Also:
Constant Field Values

TIMESTAMP

public static final short TIMESTAMP
TIMESTAMP.

See Also:
Constant Field Values

BLOB

public static final int BLOB
BLOB.

See Also:
Constant Field Values


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