Enumerates the available UltraLite SQL database types used as table column types.
 Syntax
 Syntaxpublic class SQLType Members
 MembersAll members of SQLType class, including all inherited members.
| Name | Description | 
|---|---|
| Generates the string name of the specified SQL column type constant. | |
| Column type returned if bad column indentifier is passed to TableSchema.getColumnSQLType(). | |
| Binary data, with a specified length. | |
| 1-bit flag. | |
| Character data, with a specified length. | |
| Date information. | |
| Double precision floating point number (8 bytes). | |
| Binary data, with variable length. | |
| Character data, with variable length. | |
| Reserved. | |
| Exact numerical data, with a specified precision and scale. | |
| Single precision floating point number (4 bytes). | |
| Signed 64-bit integer. | |
| Signed 32-bit integer. | |
| Signed 16-bit integer. | |
| Geo spatial data. | |
| Time information. | |
| Timestamp information (date, time). | |
| Timestamp zone information. | |
| Unsigned 8-bit integer. | |
| Unsigned 64-bit integer. | |
| Unsigned 32-bit integer. | |
| Unsigned 16-bit integer. | |
| UUID (Universally Unique Identifer). | 
 Remarks
 RemarksBINARY columns of length 16 are sometimes referred to as UUID columns.
The object is attached to the DatabaseManager object as the sqlType property.
toString method
BAD_INDEX variable
BINARY variable
BIT variable
CHAR variable
DATE variable
DOUBLE variable
LONGBINARY variable
LONGVARCHAR variable
MAX_INDEX variable
NUMERIC variable
REAL variable
S_BIG variable
S_LONG variable
S_SHORT variable
ST_GEOMETRY variable
TIME variable
TIMESTAMP variable
TIMESTAMP_WITH_TIME_ZONE variable
TINY variable
U_BIG variable
U_LONG variable
U_SHORT variable
UUID variable
|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |