Specifies the data type of a field, a property, or a Parameter object.
Namespace: Gronewold.SphinxConnector.SphinxQLAssembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)
Syntax
| C# |
|---|
public enum SphinxType |
| Visual Basic |
|---|
Public 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. |