Skip to main content

array_to_string_with_null_string

Type Alias array_to_string_with_null_string 

Source
pub type array_to_string_with_null_string<array, del, null> = array_to_string_with_null_string<<array as Expression>::SqlType, array, del, null>;
Expand description

Return type of the array_to_string_with_null_string() SQL function.

Aliased Typeยง

pub struct array_to_string_with_null_string<array, del, null> { /* private fields */ }