Method

TrackerSparqlStatementbind_string

Declaration [src]

void
tracker_sparql_statement_bind_string (
  TrackerSparqlStatement* stmt,
  const gchar* name,
  const gchar* value
)

Description [src]

Binds the string value to the parameterized variable given by name.

Parameters

name const gchar*
 

Variable name.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
value const gchar*
 

Value.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.