column_as_nullable_string

Macro column_as_nullable_string 

Source
macro_rules! column_as_nullable_string {
    ($col:expr, $callback_str:expr, $callback_bytes:expr) => { ... };
    ($col:expr, $callback_str:expr) => { ... };
    ($col:expr) => { ... };
}
Expand description

Parses a SQL column as a string or NULL