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

Method SetUp

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

Source from the content-addressed store, hash-verified

168}
169
170void ODBCTestBase::SetUp() {
171 if (connected) {
172 ASSERT_EQ(SQL_SUCCESS, SQLAllocHandle(SQL_HANDLE_STMT, conn, &stmt));
173 }
174}
175
176void ODBCTestBase::TearDown() {
177 if (connected) {

Callers

nothing calls this directly

Calls 1

SQLAllocHandleFunction · 0.50

Tested by

no test coverage detected