ThinSQLite++
A thin, safe and convenient modern C++ wrapper for SQLite API.
Loading...
Searching...
No Matches
blob Member List

This is the complete list of members for blob, including all inherited members.

bytes() const noexceptblobinline
c_ptr() const noexcepthandle< sqlite3_blob, blob >inline
from(sqlite3_blob *obj) noexcepthandle< sqlite3_blob, blob >inlinestatic
handle()=deletehandle< sqlite3_blob, blob >
handle(const handle &)=deletehandle< sqlite3_blob, blob >
operator delete(void *) noexcepthandle< sqlite3_blob, blob >inline
operator=(const handle &)=deletehandle< sqlite3_blob, blob >
read(size_t offset, span< std::byte > dest) constblobinline
read(size_t offset, R &range) constblobinline
reopen(int64_t rowid)blobinline
write(size_t offset, span< const std::byte > src)blobinline
write(size_t offset, span< std::byte > src)blobinline
write(size_t offset, R range) constblobinline
~blob() noexceptblobinline