Searched refs:column_bytes (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/sqlite/
H A Dstatement.hpp107 int column_bytes(const int);
H A Dstatement.cpp355 sqlite::statement::column_bytes(const int index) function in class:sqlite::statement
457 /// Type-checked version of column_bytes.
461 /// \return The same as column_bytes if the value can be retrieved.
473 return column_bytes(column);
H A Dstatement_test.cpp312 ATF_REQUIRE_EQ(4, stmt.column_bytes(0));
325 ATF_REQUIRE_EQ(7, stmt.column_bytes(0));
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h55 int (*column_bytes)(sqlite3_stmt*,int iCol); member in struct:sqlite3_api_routines
386 #define sqlite3_column_bytes sqlite3_api->column_bytes
H A Dsqlite3.c[all...]

Completed in 365 milliseconds