| 250 | } |
| 251 | |
| 252 | unsigned SQLDAMetadata::getCount(CheckStatusWrapper* status) |
| 253 | { |
| 254 | if (sqlda) |
| 255 | return sqlda->sqld; |
| 256 | |
| 257 | return count; |
| 258 | } |
| 259 | |
| 260 | const char* SQLDAMetadata::getField(CheckStatusWrapper* status, unsigned index) |
| 261 | { |
no outgoing calls
no test coverage detected