| 168 | } |
| 169 | |
| 170 | string DbImplementation::implementation() const |
| 171 | { |
| 172 | string rc("Firebird/"); |
| 173 | rc += os(); |
| 174 | rc += "/"; |
| 175 | rc += cpu(); |
| 176 | return rc; |
| 177 | } |
| 178 | |
| 179 | const char* DbImplementation::endianess() const |
| 180 | { |
no outgoing calls
no test coverage detected