[][src]Macro sql_builder::brname

macro_rules! brname {
    ( $n:expr ) => { ... };
    ( $n:expr, $( $x:expr ),* ) => { ... };
    ( $n:expr; $a:expr ) => { ... };
    ( $n:expr, $( $x:expr ),*; $a:expr ) => { ... };
}