| 813 | } |
| 814 | |
| 815 | void ODBCStatement::ReleaseStatement() { |
| 816 | CloseCursor(true); |
| 817 | connection_.DropStatement(this); |
| 818 | } |
| 819 | |
| 820 | void ODBCStatement::GetTables(const std::string* catalog, const std::string* schema, |
| 821 | const std::string* table, const std::string* tableType) { |
no test coverage detected