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

Method FreeEnvConnHandles

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

Source from the content-addressed store, hash-verified

96}
97
98void ODBCTestBase::FreeEnvConnHandles() {
99 // Free connection handle
100 EXPECT_EQ(SQL_SUCCESS, SQLFreeHandle(SQL_HANDLE_DBC, conn));
101
102 // Free environment handle
103 EXPECT_EQ(SQL_SUCCESS, SQLFreeHandle(SQL_HANDLE_ENV, env));
104}
105
106std::string ODBCTestBase::GetConnectionString() {
107 std::string connect_str =

Callers

nothing calls this directly

Calls 1

SQLFreeHandleFunction · 0.50

Tested by

no test coverage detected