Skip to main content

sql_dialect_fmt_result_len

Function sql_dialect_fmt_result_len 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sql_dialect_fmt_result_len() -> u32
Expand description

Byte length of the most recent formatted result.

ยงSafety

The value describes the buffer returned by sql_dialect_fmt_result_ptr and is valid only until the next sql_dialect_fmt_format or sql_dialect_fmt_clear_result call.