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

Method TearDown

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

Source from the content-addressed store, hash-verified

174}
175
176void ODBCTestBase::TearDown() {
177 if (connected) {
178 ASSERT_EQ(SQL_SUCCESS, SQLFreeHandle(SQL_HANDLE_STMT, stmt));
179 }
180}
181
182void ODBCTestBase::TearDownTestSuite() {
183 if (connected) {

Callers

nothing calls this directly

Calls 1

SQLFreeHandleFunction · 0.50

Tested by

no test coverage detected