Home
last modified time | relevance | path

Searched refs:bind_parameter_count (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/kyua/utils/sqlite/
H A Dstatement.hpp126 int bind_parameter_count(void);
H A Dstatement_test.cpp670 ATF_TEST_CASE_WITHOUT_HEAD(bind_parameter_count);
671 ATF_TEST_CASE_BODY(bind_parameter_count) in ATF_TEST_CASE_BODY() argument
675 ATF_REQUIRE_EQ(2, stmt.bind_parameter_count()); in ATF_TEST_CASE_BODY()
779 ATF_ADD_TEST_CASE(tcs, bind_parameter_count); in ATF_INIT_TEST_CASES()
H A Dstatement.cpp579 sqlite::statement::bind_parameter_count(void) in bind_parameter_count() function in sqlite::statement
/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h40 int (*bind_parameter_count)(sqlite3_stmt*); member
402 #define sqlite3_bind_parameter_count sqlite3_api->bind_parameter_count
H A Dsqlite3.c[all...]