FieldDefFieldType Enumeration |
field type
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxPublic Enumeration FieldType
public enum class FieldType
Members
| Member name | Value | Description |
---|
| NULL | 0 |
Invalid type
|
| BOOLEAN | 1 |
Represents a boolean |
| CHAR | 2 |
Represents a char |
| SHORT | 3 |
Represents a short |
| INTEGER | 4 |
Represents an int |
| LONG | 5 |
Represents a long |
| UCHAR | 6 |
Represents an unsigned char |
| USHORT | 7 |
Represents an unsigned short |
| UINT | 8 |
Represents an unsigned int |
| ULONG | 9 |
Represents an unsigned long |
| FLOAT | 10 |
Represents a float |
| DOUBLE | 11 |
Represents a double |
| BLOB | 13 |
Represents a blob |
| STRING | 14 |
Represents a string |
| DATETIME | 15 |
Represents a datetime |
See Also