| 769 | } |
| 770 | |
| 771 | unsigned int FirebirdConf::getKey(const char* name) |
| 772 | { |
| 773 | return Config::getKeyByName(name) | getPartialVersion(); |
| 774 | } |
| 775 | |
| 776 | ISC_INT64 FirebirdConf::asInteger(unsigned int key) |
| 777 | { |
nothing calls this directly
no test coverage detected