Home
last modified time | relevance | path

Searched refs:type_null (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement_test.cpp163 ATF_REQUIRE(sqlite::type_null == stmt.column_type(3)); in ATF_TEST_CASE_BODY()
167 ATF_REQUIRE(sqlite::type_null == stmt.column_type(i)); in ATF_TEST_CASE_BODY()
181 ATF_REQUIRE(sqlite::type_null == stmt.column_type(1)); in ATF_TEST_CASE_BODY()
182 ATF_REQUIRE(sqlite::type_null == stmt.column_type(512)); in ATF_TEST_CASE_BODY()
611 ATF_REQUIRE(sqlite::type_null == stmt.column_type(1)); in ATF_TEST_CASE_BODY()
717 ATF_REQUIRE(sqlite::type_null == stmt.column_type(1)); in ATF_TEST_CASE_BODY()
H A Dstatement.hpp58 type_null, enumerator
H A Dstatement.cpp65 case SQLITE_NULL: return sqlite::type_null; in c_type_to_cxx()
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_db_exec.cpp98 case sqlite::type_null: in format_cell()
/netbsd-src/external/bsd/kyua-cli/dist/store/
H A Ddbtypes.cpp158 case sqlite::type_null: in column_optional_string()
H A Dtransaction.cpp216 sqlite::type_null) in parse_result()
279 if (stmt.column_type(0) == sqlite::type_null) { in last_rowid()
H A Dtransaction_test.cpp97 ATF_REQUIRE(stmt.column_type(2) == sqlite::type_null); in do_put_result_ok_test()