HomeSort by: relevance | last modified time | path
    Searched defs:sqlite (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/lua/sqlite/
Makefile 3 LUA_MODULES= sqlite
4 LUA_SRCS.sqlite= sqlite.c
7 ${.CURDIR}/../../../external/public-domain/sqlite/lib
  /src/external/bsd/kyua-cli/dist/cli/
cmd_db_exec.hpp 40 namespace sqlite { namespace in namespace:utils
42 } // namespace sqlite
48 std::string format_cell(utils::sqlite::statement&, const int);
49 std::string format_headers(utils::sqlite::statement&);
50 std::string format_row(utils::sqlite::statement&);
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
c_gate.hpp 30 /// Provides direct access to the C state of the SQLite wrappers.
40 namespace sqlite { namespace in namespace:utils
46 /// Gateway to the raw C database of SQLite 3.
54 /// any other way, so you can end up corrupting the SQLite 3 state and later get
70 } // namespace sqlite
transaction.hpp 29 /// \file utils/sqlite/transaction.hpp
30 /// A RAII model for SQLite transactions.
38 namespace sqlite { namespace in namespace:utils
44 /// A RAII model for an SQLite 3 statement.
65 } // namespace sqlite
database.hpp 29 /// \file utils/sqlite/database.hpp
30 /// Wrapper classes and utilities for the SQLite database state.
32 /// This module contains thin RAII wrappers around the SQLite 3 structures
48 namespace sqlite { namespace in namespace:utils
64 /// A RAII model for the SQLite 3 database.
66 /// This class holds the database of the SQLite 3 interface during its existence
67 /// and provides wrappers around several SQLite 3 library functions that operate
76 /// make the SQLite 3 more C++ friendly. We prefer a clean C++ interface over
105 } // namespace sqlite
exceptions.hpp 29 /// \file utils/sqlite/exceptions.hpp
30 /// Exception types raised by the sqlite module.
39 namespace sqlite { namespace in namespace:utils
45 /// Base exception for sqlite errors.
53 /// Exception for errors raised by the SQLite 3 API library.
55 /// The name of the SQLite 3 C API function that caused this error.
81 } // namespace sqlite
statement.hpp 29 /// \file utils/sqlite/statement.hpp
30 /// Wrapper classes and utilities for SQLite statement processing.
32 /// This module contains thin RAII wrappers around the SQLite 3 structures
47 namespace sqlite { namespace in namespace:utils
53 /// Representation of the SQLite data types.
91 /// A RAII model for an SQLite 3 statement.
144 } // namespace sqlite
  /src/external/bsd/kyua-cli/dist/store/
backend.hpp 41 namespace sqlite { namespace in namespace:utils
43 } // namespace sqlite
60 metadata initialize(utils::sqlite::database&);
87 utils::sqlite::database& database(void);

Completed in 30 milliseconds