OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:column_double
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/sqlite/
statement.cpp
291
sqlite::statement::
column_double
(const int index)
function in class:sqlite::statement
378
/// Type-checked version of
column_double
.
382
/// \return The same as
column_double
if the value can be retrieved.
392
return
column_double
(column);
statement_test.cpp
239
ATF_TEST_CASE_WITHOUT_HEAD(
column_double
);
variable
240
ATF_TEST_CASE_BODY(
column_double
)
247
ATF_REQUIRE_EQ(0.5, stmt.
column_double
(1));
564
ATF_REQUIRE_EQ(0.5, stmt.
column_double
(1));
744
ATF_ADD_TEST_CASE(tcs,
column_double
);
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
62
double (*
column_double
)(sqlite3_stmt*,int iCol);
member in struct:sqlite3_api_routines
432
#define sqlite3_column_double sqlite3_api->
column_double
Completed in 18 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026