Macro fetch_query_fn

Source
macro_rules! fetch_query_fn {
    (sqlite) => { ... };
    (mysql) => { ... };
    (postgresql) => { ... };
}
Expand description

Returns the appropriate database query fetching function depending on the database type.