| GdaHanderBinGdaHanderBin — Default handler for binary values |  | 
Stability Level
Stable, unless otherwise indicated
 
Object Hierarchy
    GObject
    ╰── GdaHandlerBin
 
Includes
#include <libgda/gda-blob-op.h>
 
Description
You should normally not need to use this API, refer to the GdaDataHandler
interface documentation for more information.
 
Functions
gda_handler_bin_new ()
GdaDataHandler *
gda_handler_bin_new (void);
Creates a data handler for binary values
 
 
Types and Values
struct GdaHandlerBin
struct GdaHandlerBin;
 
struct GdaHandlerBinClass
struct GdaHandlerBinClass {
	GObjectClass        parent_class;
};
 
GdaHandlerBinPriv
typedef struct _GdaHandlerBinPriv GdaHandlerBinPriv;