Searched refs:type_text (Results 1 – 5 of 5) sorted by relevance
66 case SQLITE_TEXT: return sqlite::type_text; in c_type_to_cxx()337 PRE(column_type(index) == type_text); in column_text()355 PRE(column_type(index) == type_blob || column_type(index) == type_text); in column_bytes()444 if (column_type(column) != sqlite::type_text) in safe_column_text()463 column_type(column) != sqlite::type_text) in safe_column_bytes()
59 type_text, enumerator
164 ATF_REQUIRE(sqlite::type_text == stmt.column_type(4)); in ATF_TEST_CASE_BODY()627 ATF_REQUIRE(sqlite::type_text == stmt.column_type(1)); in ATF_TEST_CASE_BODY()647 ATF_REQUIRE(sqlite::type_text == stmt.column_type(1)); in ATF_TEST_CASE_BODY()664 ATF_REQUIRE(sqlite::type_text == stmt.column_type(1)); in ATF_TEST_CASE_BODY()
111 if (stmt.column_type(id) != sqlite::type_text) in column_bool()156 case sqlite::type_text: in column_optional_string()
101 case sqlite::type_text: in format_cell()