Function
EBackendCachesqlite_stmt_printf
since: 3.26
Declaration [src]
gchar*
e_cache_sqlite_stmt_printf (
const gchar* format,
...
)
Description [src]
Creates an SQLite statement based on the format and its arguments. The format can contain any values recognized by sqlite3_mprintf().
Available since: 3.26
This function is not directly available to language bindings.