Home
last modified time | relevance | path

Searched refs:fetchBlobValue (Results 1 – 3 of 3) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/sqlite/
H A Dsqlitebasestatement.h80 BlobView fetchBlobValue(int column) const;
459 operator BlobView() { return statement.fetchBlobValue(column); } in BlobView()
H A Dsqlitebasestatement.cpp767 BlobView BaseStatement::fetchBlobValue(int column) const in fetchBlobValue() function in Sqlite::BaseStatement
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dsqlitestatement-test.cpp66 return statement.fetchBlobValue(column) == value; in compareValue()
366 ASSERT_THAT(statement.fetchBlobValue(0), Eq(bytes)); in TEST_F()
377 ASSERT_THAT(statement.fetchBlobValue(0), IsEmpty()); in TEST_F()
629 ASSERT_THAT(statement.fetchBlobValue(0), IsEmpty()); in TEST_F()