Represents the host variable types for a column.
public enum ul_column_storage_type
Member name | Description |
---|---|
UL_TYPE_BAD_INDEX |
Represents an invalid value. |
UL_TYPE_S_LONG |
Represents a ul_s_long (32 bit signed int). |
UL_TYPE_U_LONG |
Represents a ul_u_long (32 bit unsigned int). |
UL_TYPE_S_SHORT |
Represents a ul_s_short (16 bit signed int). |
UL_TYPE_U_SHORT |
Represents a ul_u_short (16 bit unsigned int). |
UL_TYPE_S_BIG |
Represents a ul_s_big (64 bit signed int). |
UL_TYPE_U_BIG |
Represents a ul_u_big (64 bit unsigned int). |
UL_TYPE_TINY |
Represents a ul_byte (8 bit unsigned). |
UL_TYPE_BIT |
Represents a ul_byte (8 bit unsigned, 1 bit used). |
UL_TYPE_DOUBLE |
Represents a ul_double (double). |
UL_TYPE_REAL |
Represents a ul_real (float). |
UL_TYPE_BINARY |
Represents a ul_binary (2 byte length followed by byte array). |
UL_TYPE_TIMESTAMP_STRUCT |
Represents a DECL_DATETIME. |
UL_TYPE_TCHAR |
Represents a character array (string buffer). |
UL_TYPE_CHAR |
Represents a char array (string buffer). |
UL_TYPE_WCHAR |
Represents a ul_wchar (UTF16) array. |
UL_TYPE_GUID |
Represents a 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 © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |