Skip to main content

encode_copy_result_with_engine

Function encode_copy_result_with_engine 

Source
pub fn encode_copy_result_with_engine(
    result: &SQLResult,
    options: &CopyOptions,
    engine: &dyn EngineHook,
) -> Result<Vec<u8>, SQLError>
Expand description

Encode one SQL result while resolving catalog-backed reg* text output through the engine hook.