StringArrayBuilder

Constructors

this
this()

Members

Functions

append
bool append(string value)
appendString
bool appendString(string value)
appendStringLen
bool appendStringLen(string value, int length)
appendStrings
bool appendStrings(string[] values, bool[] isValids)

Append multiple values at once. It's more efficient than multiple append and append_null calls.

Inherited Members

From BinaryArrayBuilder

append
bool append(ubyte[] value)
appendValue
bool appendValue(ubyte[] value)
appendValueBytes
bool appendValueBytes(glib.bytes.Bytes value)
appendValues
bool appendValues(glib.bytes.Bytes[] values, bool[] isValids)

Append multiple values at once. It's more efficient than multiple append and append_null calls.