function gsk_dbh_escape_string

gchar * gsk_dbh_escape_string
                (GskDbh        *                dbh,
                 gconstpointer                  src,
                 guint                          len)
Escape a string for use in a query.

Parameters:

dbh

The database handle to escape the string.

src

The data to escape (not necessarily null terminated).

len

The length (in bytes) of the data to escape.