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.