initSidebarItems({"constant":[["SQLITE_OPEN_CREATE",""],["SQLITE_OPEN_FULL_MUTEX",""],["SQLITE_OPEN_MEMORY",""],["SQLITE_OPEN_NO_MUTEX",""],["SQLITE_OPEN_PRIVATE_CACHE",""],["SQLITE_OPEN_READ_ONLY",""],["SQLITE_OPEN_READ_WRITE",""],["SQLITE_OPEN_SHARED_CACHE",""],["SQLITE_OPEN_URI",""]],"enum":[["DatabaseName","Name for a database within a SQLite connection."],["Error","Enum listing possible errors from rusqlite."],["TransactionBehavior","Options for transaction behavior. See BEGIN TRANSACTION for details."]],"mod":[["types","Traits dealing with SQLite data types."]],"struct":[["AndThenRows","An iterator over the mapped resulting rows of a query, with an Error type unifying with Error."],["Connection","A connection to a SQLite database."],["MappedRows","An iterator over the mapped resulting rows of a query."],["OpenFlags","Flags for opening SQLite database connections. See sqlite3_open_v2 for details."],["Row","A single result row of a query."],["Rows","An iterator over the resulting rows of a query."],["Statement","A prepared statement."],["Transaction",""]],"type":[["Result","A typedef of the result returned by many methods."],["SqliteConnection","Old name for `Connection`. `SqliteConnection` is deprecated."],["SqliteError","Old name for `Error`. `SqliteError` is deprecated."],["SqliteOpenFlags","Old name for `OpenFlags`. `SqliteOpenFlags` is deprecated."],["SqliteResult","Old name for `Result`. `SqliteResult` is deprecated."],["SqliteRow","Old name for `Row`. `SqliteRow` is deprecated."],["SqliteRows","Old name for `Rows`. `SqliteRows` is deprecated."],["SqliteStatement","Old name for `Statement`. `SqliteStatement` is deprecated."],["SqliteTransaction","Old name for `Transaction`. `SqliteTransaction` is deprecated."]]});