| 47 | Diagnostics& ODBCEnvironment::GetDiagnosticsImpl() { return *diagnostics_; } |
| 48 | |
| 49 | SQLINTEGER ODBCEnvironment::GetODBCVersion() const { return version_; } |
| 50 | |
| 51 | void ODBCEnvironment::SetODBCVersion(SQLINTEGER version) { |
| 52 | if (version != version_) { |
no outgoing calls
no test coverage detected