Home
last modified time | relevance | path

Searched refs:column_double (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.hpp103 double column_double(const int);
H A Dstatement_test.cpp239 ATF_TEST_CASE_WITHOUT_HEAD(column_double);
240 ATF_TEST_CASE_BODY(column_double) in ATF_TEST_CASE_BODY() argument
247 ATF_REQUIRE_EQ(0.5, stmt.column_double(1)); in ATF_TEST_CASE_BODY()
564 ATF_REQUIRE_EQ(0.5, stmt.column_double(1)); in ATF_TEST_CASE_BODY()
744 ATF_ADD_TEST_CASE(tcs, column_double); in ATF_INIT_TEST_CASES()
H A Dstatement.cpp293 sqlite::statement::column_double(const int index) in column_double() function in sqlite::statement
396 return column_double(column); in safe_column_double()
/freebsd/contrib/kyua/cli/
H A Dcmd_db_exec.cpp101 return F("%s") % stmt.column_double(index); in format_cell()
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h62 double (*column_double)(sqlite3_stmt*,int iCol); member
422 #define sqlite3_column_double sqlite3_api->column_double
H A Dsqlite3.c136495 double (*column_double)(sqlite3_stmt*,int iCol);
136855 #define sqlite3_column_double sqlite3_api->column_double