SqlParamSpec

Constructors

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

Members

Functions

_cPtr
void* _cPtr()
serialize
string serialize()

Creates a new string representing pspec.

takeDescr
void takeDescr(gobject.value.Value value)

Sets pspec's description. value's ownership is transferred to pspec (which means pspec is then responsible for freeing it when no longer needed).

takeName
void takeName(gobject.value.Value value)

Sets pspec's name. value's ownership is transferred to pspec (which means pspec is then responsible for freeing it when no longer needed).

takeNullok
void takeNullok(gobject.value.Value value)

Sets pspec's ability of being NULL. value's ownership is transferred to pspec (which means pspec is then responsible for freeing it when no longer needed).

takeType
void takeType(gobject.value.Value value)

Sets pspec's data type. value's ownership is transferred to pspec (which means pspec is then responsible for freeing it when no longer needed).

Properties

descr
string descr [@property getter]
descr
string descr [@property setter]
gType
gobject.types.GType gType [@property getter]
gType
gobject.types.GType gType [@property setter]
isParam
bool isParam [@property getter]
isParam
bool isParam [@property setter]
name
string name [@property getter]
name
string name [@property setter]
nullok
bool nullok [@property getter]
nullok
bool nullok [@property setter]