CSQLItem
SQL Item
Type: Reference
Methods
| Declaration | Description |
|---|---|
| void Get(string&out buffer) | Get string |
| int64 GetLong() | Get int64 |
| int GetInt() | Get int |
| uint64 GetULong() | Get int |
| uint GetUInt() | Get int |
| double GetReal() | Get real |
| CBinaryStringBuilder@ GetBlob() | Get blob |
| bool IsNull() | Is null |