connection::begin ( )This method is from 'connection' class.
connection::begin_exclusive ( )This method is from 'connection' class.
connection::begin_immediate ( )This method is from 'connection' class.
connection::clear ( )This method is from 'connection' class.
connection::connection [in-charge] ( connection::database_type& p1, int extra_flags )This constructor is from 'connection' class.
connection::connection [in-charge] ( connection::database_type& p1, sqlite3* handle )This constructor is from 'connection' class.
connection::execute ( char const* statement, std::size_t length )This method is from 'connection' class.
connection::wait ( )This method is from 'connection' class.
connection::~connection [in-charge] ( )This method is from 'connection' class.
delete_statement::delete_statement [in-charge] ( connection& conn, char const* text, binding& param )1st parameter 'conn' (reference) has base type 'connection'.
delete_statement::delete_statement [in-charge] ( connection& conn, std::string const& text, binding& param )1st parameter 'conn' (reference) has base type 'connection'.
generic_statement::generic_statement [in-charge] ( connection& p1, char const* text )1st parameter 'p1' (reference) has base type 'connection'.
generic_statement::generic_statement [in-charge] ( connection& p1, char const* text, std::size_t text_size )1st parameter 'p1' (reference) has base type 'connection'.
generic_statement::generic_statement [in-charge] ( connection& p1, std::string const& text )1st parameter 'p1' (reference) has base type 'connection'.
insert_statement::insert_statement [in-charge] ( connection& conn, char const* text, binding& param )1st parameter 'conn' (reference) has base type 'connection'.
insert_statement::insert_statement [in-charge] ( connection& conn, std::string const& text, binding& param )1st parameter 'conn' (reference) has base type 'connection'.
select_statement::select_statement [in-charge] ( connection& conn, char const* text, binding& result )1st parameter 'conn' (reference) has base type 'connection'.
select_statement::select_statement [in-charge] ( connection& conn, char const* text, binding& param, binding& result )1st parameter 'conn' (reference) has base type 'connection'.
select_statement::select_statement [in-charge] ( connection& conn, std::string const& text, binding& result )1st parameter 'conn' (reference) has base type 'connection'.
select_statement::select_statement [in-charge] ( connection& conn, std::string const& text, binding& param, binding& result )1st parameter 'conn' (reference) has base type 'connection'.
statement::bind_param ( struct bind const* p1, std::size_t count )Field 'this->conn_' in the object of this method has base type 'connection'.
statement::bind_result ( struct bind const* p1, std::size_t count, bool truncated )Field 'this->conn_' in the object of this method has base type 'connection'.
statement::finilize ( )Field 'this->conn_' in the object of this method has base type 'connection'.
statement::text ( ) constField 'this->conn_' in the object of this method has base type 'connection'.
statement_cache::statement_cache [in-charge] ( connection& p1 )1st parameter 'p1' (reference) has base type 'connection'.
statements_base::~statements_base [in-charge] ( )Field 'this->conn_' in the object of this method has base type 'connection'.
tracer::deallocate ( connection& p1, statement const& p2 )Field 'p2->conn_' in 2nd parameter 'p2' (reference) has base type 'connection'.
tracer::execute ( connection& p1, statement const& p2 )Field 'p2->conn_' in 2nd parameter 'p2' (reference) has base type 'connection'.
tracer::prepare ( connection& p1, statement const& p2 )Field 'p2->conn_' in 2nd parameter 'p2' (reference) has base type 'connection'.
translate_error ( int error, connection& p2 )2nd parameter 'p2' (reference) has base type 'connection'.
update_statement::update_statement [in-charge] ( connection& conn, char const* text, binding& param )1st parameter 'conn' (reference) has base type 'connection'.
update_statement::update_statement [in-charge] ( connection& conn, std::string const& text, binding& param )1st parameter 'conn' (reference) has base type 'connection'.