Home | History | Annotate | Download | only in common

Lines Matching full:sqlite

16 #include "third_party/sqlite/sqlite3.h"
27 // Interface to be implemented by objects that can handle exceptional sqlite
33 // Handle a sqlite error. |error| is the return code an of sqlite operation
52 // A wrapper for sqlite transactions that rollsback when the wrapper
141 // SQLite does not support nested transactions. This class provides a gross
176 // A scoped sqlite statement that finalizes when it goes out of scope.
227 // A scoped sqlite statement with convenient C++ wrappers for sqlite3 APIs.
264 // (sqlite just uses the length)
271 // (sqlite just uses the length)
279 // (sqlite just uses the length)
348 // A scoped sqlite database that closes when it goes out of scope.
361 // http://www.sqlite.org/capi3ref.html#sqlite3_open for an explanation of the