| 174 | } |
| 175 | |
| 176 | void ODBCTestBase::TearDown() { |
| 177 | if (connected) { |
| 178 | ASSERT_EQ(SQL_SUCCESS, SQLFreeHandle(SQL_HANDLE_STMT, stmt)); |
| 179 | } |
| 180 | } |
| 181 | |
| 182 | void ODBCTestBase::TearDownTestSuite() { |
| 183 | if (connected) { |
nothing calls this directly
no test coverage detected