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
macro_rules! column_as_nullable_string {
($col:expr, $callback_str:expr, $callback_bytes:expr) => { ... };
($col:expr, $callback_str:expr) => { ... };
($col:expr) => { ... };
}
Parses a SQL column as a string or NULL