Method

TrackerSparqlStatementbind_double

Declaration [src]

void
tracker_sparql_statement_bind_double (
  TrackerSparqlStatement* stmt,
  const gchar* name,
  gdouble value
)

Description [src]

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

Parameters

name

Type: const gchar*

Variable name.

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

Type: gdouble

Value.