 | SphinxType Enumeration |
Specifies the data type of a field, a property, or a Parameter object.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
SyntaxPublic Enumeration SphinxType
Members
| Member name | Value | Description |
---|
| String | 0 |
A type representing Unicode character strings.
|
| UInt | 1 |
A 32-bit unsigned integers with values between 0 and 4294967295.
|
| BigInt | 2 |
A 64-bit signed integer.
|
| Float | 3 |
A floating point number within the range of 1e-38 to 1e+38
|
| Timestamp | 4 |
A Unix timestamp.
|
| Bool | 5 |
A type representing Boolean values of true or false.
|
| UBigInt | 6 |
A 64-bit unsigned integer.
|
| MultiValue | 7 |
A type representing a multi-value attribute
|
See Also