gda.sql_param_spec

Module for [SqlParamSpec] class

Types 1

Fields
GdaSqlParamSpec _cInstance
Methods
void * _cPtr()
string name() @property
void name(string propval) @property
string descr() @property
void descr(string propval) @property
bool isParam() @property
void isParam(bool propval) @property
bool nullok() @property
void nullok(bool propval) @property
void gType(gobject.types.GType propval) @property
string serialize()Creates a new string representing pspec. Returns: a new string.
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).
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).
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).
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).
Constructors
this(void * ptr, Flag!"Take" take)