gda.sql_param_spec

Module for [SqlParamSpec] class

Types 1

Fields
GdaSqlParamSpec _cInstance
Methods
void * _cPtr() nothrow
string name() @property nothrow
void name(string propval) @property nothrow
string descr() @property nothrow
void descr(string propval) @property nothrow
bool isParam() @property nothrow
void isParam(bool propval) @property nothrow
bool nullok() @property nothrow
void nullok(bool propval) @property nothrow
gobject.types.GType gType() @property nothrow
void gType(gobject.types.GType propval) @property nothrow
string serialize() nothrowCreates a new string representing pspec. Returns: a new string.
void takeDescr(gobject.value.Value value) nothrowSets pspec's description. value's ownership is transferred to pspec (which means pspec is then responsible for freeing it when no longer needed).
void takeName(gobject.value.Value value) nothrowSets pspec's name. value's ownership is transferred to pspec (which means pspec is then responsible for freeing it when no longer needed).
void takeNullok(gobject.value.Value value) nothrowSets 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).
void takeType(gobject.value.Value value) nothrowSets pspec's data type. value's ownership is transferred to pspec (which means pspec is then responsible for freeing it when no longer needed).
Constructors
this(void * ptr, Flag!"Take" take)