GdaDataHandlerIface

Members

Variables

acceptsGType
bool function(GdaDataHandler* dh, GType type) acceptsGType;
gIface
GTypeInterface gIface;
getDescr
const(char)* function(GdaDataHandler* dh) getDescr;
getSaneInitValue
GValue* function(GdaDataHandler* dh, GType type) getSaneInitValue;
getSqlFromValue
char* function(GdaDataHandler* dh, const(GValue)* value) getSqlFromValue;
getStrFromValue
char* function(GdaDataHandler* dh, const(GValue)* value) getStrFromValue;
getValueFromSql
GValue* function(GdaDataHandler* dh, const(char)* sql, GType type) getValueFromSql;
getValueFromStr
GValue* function(GdaDataHandler* dh, const(char)* str, GType type) getValueFromStr;