MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / IscStatement

Method IscStatement

src/jrd/extds/IscDS.cpp:442–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440// IscStatement
441
442IscStatement::IscStatement(IscConnection& conn) :
443 Statement(conn),
444 m_iscProvider(*(IscProvider*) conn.getProvider()),
445 m_iscConnection(conn),
446 m_handle(0),
447 m_in_xsqlda(NULL),
448 m_out_xsqlda(NULL)
449{
450}
451
452IscStatement::~IscStatement()
453{

Callers

nothing calls this directly

Calls 1

getProviderMethod · 0.45

Tested by

no test coverage detected