|  |  |  | GNOME Data Access 5 manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
struct GdaHandlerString; struct GdaHandlerStringClass; GdaHandlerStringPriv; GdaDataHandler * gda_handler_string_new (void); GdaDataHandler * gda_handler_string_new_with_provider (GdaServerProvider *prov,GdaConnection *cnc);
You should normally not need to use this API, refer to the GdaDataHandler interface documentation for more information.
GdaDataHandler *    gda_handler_string_new              (void);
Creates a data handler for strings
| Returns : | the new object. [transfer full] | 
GdaDataHandler * gda_handler_string_new_with_provider (GdaServerProvider *prov,GdaConnection *cnc);
Creates a data handler for strings, which will use some specific methods implemented
by the prov object (possibly also cnc).
| 
 | a GdaServerProvider object | 
| 
 | a GdaConnection object, or NULL. [allow-none] | 
| Returns : | the new object. [transfer full] |