refCursorFooterMagic constant

int const refCursorFooterMagic

Trailer for materialized ref-cursor result sets (b"RC1\0"), from RowBufferEncoder::append_ref_cursor_footer in the native encoder.

Implementation

static const int refCursorFooterMagic = 0x00314352;