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

Method SetUp

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

Source from the content-addressed store, hash-verified

228}
229
230void ODBCTestBase::SetUp() {
231 ASSERT_EQ(SQL_SUCCESS, SQLAllocHandle(SQL_HANDLE_STMT, conn, &stmt));
232}
233
234void ODBCTestBase::TearDown() {
235 ASSERT_EQ(SQL_SUCCESS, SQLFreeHandle(SQL_HANDLE_STMT, stmt));

Callers

nothing calls this directly

Calls 1

SQLAllocHandleFunction · 0.50

Tested by

no test coverage detected