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

Method TearDown

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

Source from the content-addressed store, hash-verified

232}
233
234void ODBCTestBase::TearDown() {
235 ASSERT_EQ(SQL_SUCCESS, SQLFreeHandle(SQL_HANDLE_STMT, stmt));
236}
237
238void FlightSQLODBCRemoteTestBase::SetUpTestSuite() {
239 if (!RunningRemoteTests()) {

Callers

nothing calls this directly

Calls 1

SQLFreeHandleFunction · 0.50

Tested by

no test coverage detected