| 86 | */ |
| 87 | |
| 88 | bool MET_database(gpre_dbb* db, bool /*print_version*/) |
| 89 | { |
| 90 | // Each info item requested will return |
| 91 | // |
| 92 | // 1 byte for the info item tag |
| 93 | // 2 bytes for the length of the information that follows |
| 94 | // 1 to 4 bytes of integer information |
| 95 | // |
| 96 | // isc_info_end will not have a 2-byte length - which gives us |
| 97 | // some padding in the buffer. |
| 98 | |
| 99 | JRDMET_init(db); |
| 100 | return true; |
| 101 | } |
| 102 | |
| 103 | |
| 104 | /*____________________________________________________________ |
no test coverage detected