MCPcopy Create free account
hub / github.com/SOCI/soci / alloc

Method alloc

src/backends/firebird/statement.cpp:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void firebird_statement_backend::alloc()
42{
43 ISC_STATUS stat[ISC_STATUS_LENGTH];
44
45 if (isc_dsql_allocate_statement(stat, &session_.dbhp_, &stmtp_))
46 {
47 throw_iscerror(stat);
48 }
49}
50
51void firebird_statement_backend::clean_up()
52{

Callers

nothing calls this directly

Calls 1

throw_iscerrorFunction · 0.85

Tested by

no test coverage detected