LargeStringArrayBuilder

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this()

Members

Functions

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

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

self
LargeStringArrayBuilder self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()

Inherited Members

From LargeBinaryArrayBuilder

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
LargeBinaryArrayBuilder self()

Returns this, for use in with statements.

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.