| 501 | } |
| 502 | |
| 503 | unsigned SQLDAMetadata::getAlignedLength(CheckStatusWrapper* status) |
| 504 | { |
| 505 | if (!offsets) |
| 506 | assign(); |
| 507 | return FB_ALIGN(length, alignment); |
| 508 | } |
| 509 | |
| 510 | void SQLDAMetadata::gatherData(DataBuffer& to) |
| 511 | { |
no test coverage detected