Click or drag to resize

TAOS_MULTI_BIND Fields

The TAOS_MULTI_BIND type exposes the following members.

Fields
  NameDescription
Public fieldbuffer
The reference point to the array which stores multiple lines column values you want to bind.
Public fieldbuffer_length
Actual value length in buffer.
Public fieldbuffer_type
Indicate the TDengineDataType of data you want to bind.
Public fieldis_null
A reference point to the array which stores identifies to indicate each value is null or not.
Public fieldlength
A reference point to the array which stores actual data length for each value.
Public fieldnum
Line number or the count of values in buffer.
Top
See Also