Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API Reference

 SQLError class Next Page

SQLType class


This enumeration lists as constants the available UltraLite SQL database types used as table column types.

Constant

UltraLite Database Type

BAD_INDEX

S_LONGINT

U_LONG

UNSIGNED INT

S_SHORT

SMALLINT

U_SHORT

UNSIGNED SMALLINT

S_BIG

BIGINT

U_BIG

UNSIGNED BIGINT
TINYTYNY INT
BITBIT

TIMESTAMP

TIMESTAMP

DATE

DATE

TIME

TIMESTAMP

DOUBLE

DOUBLE

REAL

REAL

NUMERIC

NUMERIC

BINARY

BINARY

CHAR

CHAR or VARCHAR

LONGVARCHAR

LONG VARCHAR

LONGBINARY

LONG BINARY
MAX_INDEX

toString method