Struct
SeagullSqlite3Stmt
Description [src]
typedef gpointer SeagullSqlite3Stmt
A sqlite3_stmt alias.
This type alias exists to avoid requiring the sqlite3 header, but is no
different from the sqlite3_stmt
type.
If that header is included first, this will be exactly equivalent, otherwise
it will be a generic gpointer
, which you should cast to a sqlite3_stmt
.