Module bindings

Module bindings 

Source
Expand description

This module contains binding data-types and functions for SQLite.

All the functions are wrapped with Rust functions due to safety. So, they are not accessible by outer crates.

Structs§

sqlite3_stmt
Binder of sqlite3_stmt from C source

Enums§

SqlitePrimaryResult
This enumeration is the list of the possible status outcomes for the SQL statement execution on SQLite3.

Functions§

sqlite3_bind_blob
sqlite3_bind_double
sqlite3_bind_int64
sqlite3_bind_null
sqlite3_bind_text
sqlite3_bind_zeroblob64
sqlite3_column_type
sqlite_static
sqlite_transient