gda.sql_param_spec
Module for [SqlParamSpec] class
class SqlParamSpec
Types 1
classSqlParamSpec
Fields
GdaSqlParamSpec _cInstanceMethods
void * _cPtr()string name() @propertyvoid name(string propval) @propertystring descr() @propertyvoid descr(string propval) @propertybool isParam() @propertyvoid isParam(bool propval) @propertybool nullok() @propertyvoid nullok(bool propval) @propertygobject.types.GType gType() @propertyvoid gType(gobject.types.GType propval) @propertystring 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).