Represents the host variable types for a column.
public enum ul_column_storage_type
Member name | Description |
---|---|
UL_TYPE_BAD_INDEX |
Invalid value. |
UL_TYPE_S_LONG |
ul_s_long (32 bit signed int) |
UL_TYPE_U_LONG |
ul_u_long (32 bit unsigned int) |
UL_TYPE_S_SHORT |
ul_s_short (16 bit signed int) |
UL_TYPE_U_SHORT |
ul_u_short (16 bit unsigned int) |
UL_TYPE_S_BIG |
ul_s_big (64 bit signed int) |
UL_TYPE_U_BIG |
ul_u_big (64 bit unsigned int) |
UL_TYPE_TINY |
ul_byte (8 bit unsigned) |
UL_TYPE_BIT |
ul_byte (8 bit unsigned, 1 bit used) |
UL_TYPE_DOUBLE |
ul_double (double) |
UL_TYPE_REAL |
ul_real (float) |
UL_TYPE_BINARY |
ul_binary (2 byte length followed by byte array) |
UL_TYPE_TIMESTAMP_STRUCT |
DECL_DATETIME. |
UL_TYPE_TCHAR |
character array (string buffer) |
UL_TYPE_CHAR |
char array (string buffer) |
UL_TYPE_WCHAR |
ul_wchar (UTF16) array |
UL_TYPE_GUID |
GUID structure. |
These values are used to identify the host variable type required for a column, and to indicate how UltraLite should fetch values.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |