| 487 | } |
| 488 | |
| 489 | unsigned SQLDAMetadata::getMessageLength(CheckStatusWrapper* status) |
| 490 | { |
| 491 | if (!offsets) |
| 492 | assign(); |
| 493 | return length; |
| 494 | } |
| 495 | |
| 496 | unsigned SQLDAMetadata::getAlignment(CheckStatusWrapper* status) |
| 497 | { |
no test coverage detected