returning_cols

Macro returning_cols 

Source
macro_rules! returning_cols {
    ($builder:expr $(, $col:expr)* $(,)?) => { ... };
}
Expand description

为所有 returning 调用提供 Go 风格的可变参数调用。