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":[["SqliteTransactionBehavior","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 SqliteError."],["MappedRows","An iterator over the mapped resulting rows of a query."],["SqliteConnection","A connection to a SQLite database."],["SqliteError","Encompasses an error result from a call to the SQLite C API."],["SqliteOpenFlags","Flags for opening SQLite database connections. See sqlite3_open_v2 for details."],["SqliteRow","A single result row of a query."],["SqliteRows","An iterator over the resulting rows of a query."],["SqliteStatement","A prepared statement."],["SqliteTransaction","Represents a transaction on a database connection."]],"type":[["SqliteResult","A typedef of the result returned by many methods."]]});