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

Method Disconnect

cpp/src/arrow/flight/sql/odbc/tests/odbc_test_suite.cc:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void ODBCTestBase::Disconnect() {
91 // Disconnect from ODBC
92 EXPECT_EQ(SQL_SUCCESS, SQLDisconnect(conn))
93 << GetOdbcErrorMessage(SQL_HANDLE_DBC, conn);
94
95 FreeEnvConnHandles();
96}
97
98void ODBCTestBase::FreeEnvConnHandles() {
99 // Free connection handle

Callers 2

SQLDisconnectFunction · 0.45
CloseMethod · 0.45

Calls 2

GetOdbcErrorMessageFunction · 0.85
SQLDisconnectFunction · 0.50

Tested by

no test coverage detected