GdaHanderBin

GdaHanderBin — Default handler for binary values

Stability Level

Stable, unless otherwise indicated

Types and Values

Object Hierarchy

    GObject
    ╰── GdaHandlerBin

Implemented Interfaces

GdaHandlerBin implements GdaDataHandler.

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

Returns

the new object.

[type GdaHandlerBin][transfer full]

Types and Values

GDA_TYPE_HANDLER_BIN

#define GDA_TYPE_HANDLER_BIN (gda_handler_bin_get_type())

GdaHandlerBin

typedef struct _GdaHandlerBin GdaHandlerBin;

See Also

GdaDataHandler interface