MCPcopy Create free account
hub / github.com/apache/arrow / ReleaseStatement

Method ReleaseStatement

cpp/src/arrow/flight/sql/odbc/odbc_impl/odbc_statement.cc:815–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813}
814
815void ODBCStatement::ReleaseStatement() {
816 CloseCursor(true);
817 connection_.DropStatement(this);
818}
819
820void ODBCStatement::GetTables(const std::string* catalog, const std::string* schema,
821 const std::string* table, const std::string* tableType) {

Callers 1

SQLFreeHandleFunction · 0.80

Calls 1

DropStatementMethod · 0.80

Tested by

no test coverage detected