[][src]Macro discord_cassandra_cpp::stmt

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

Create a Statement from a query string, automatically counting ? characters to determine the number of parameters.