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

Method ReleaseConnection

cpp/src/arrow/flight/sql/odbc/odbc_impl/odbc_connection.cc:642–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642void ODBCConnection::ReleaseConnection() {
643 Disconnect();
644 environment_.DropConnection(this);
645}
646
647std::shared_ptr<ODBCStatement> ODBCConnection::CreateStatement() {
648 std::shared_ptr<Statement> spi_statement = spi_connection_->CreateStatement();

Callers 1

SQLFreeHandleFunction · 0.80

Calls 1

DropConnectionMethod · 0.80

Tested by

no test coverage detected