MCPcopy Create free account
hub / github.com/acl-dev/acl / get_error

Method get_error

lib_acl_cpp/src/db/db_pgsql.cpp:402–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402const char* db_pgsql::get_error(void) const
403{
404 if (conn_) {
405 return __dberror_message(conn_);
406 } else {
407 return "pgsql not opened yet!";
408 }
409}
410
411static acl_pthread_key_t __thread_key;
412

Callers 13

addMethod · 0.45
getMethod · 0.45
addMethod · 0.45
getMethod · 0.45
consumerFunction · 0.45
hs_insertFunction · 0.45
hs_findFunction · 0.45
hs_updateFunction · 0.45
hspool_updateFunction · 0.45
db_createFunction · 0.45
tbl_insertFunction · 0.45
db_createFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected