| 395 | } |
| 396 | |
| 397 | void ODBCMockTestBase::DropTestTable() { |
| 398 | ASSERT_OK(mock_server->ExecuteSql("DROP TABLE TestTable;")); |
| 399 | } |
| 400 | |
| 401 | void ODBCMockTestBase::CreateAllDataTypeTable() { |
| 402 | // Limitation on mock SQLite server: |
nothing calls this directly
no test coverage detected