TAOS_MULTI_BIND Fields |
The TAOS_MULTI_BIND type exposes the following members.
| Name | Description | |
|---|---|---|
| buffer |
The reference point to the array which stores multiple lines column values you want to bind.
| |
| buffer_length |
Actual value length in buffer.
| |
| buffer_type |
Indicate the TDengineDataType of data you want to bind.
| |
| is_null |
A reference point to the array which stores identifies to indicate each value is null or not.
| |
| length |
A reference point to the array which stores actual data length for each value.
| |
| num |
Line number or the count of values in buffer.
|