Home
last modified time | relevance | path

Searched refs:null_value_fetch (Results 1 – 2 of 2) sorted by relevance

/dports/databases/cppdb/cppdb-0.3.1/cppdb/
H A Derrors.h53 class null_value_fetch : public cppdb_error {
55 null_value_fetch() : cppdb_error("cppdb::null_value_fetch attempt fetch null column") in null_value_fetch() function
H A Dfrontend.h496 throw null_value_fetch(); in get()
524 throw null_value_fetch(); in get()