granular_operation_fn

Macro granular_operation_fn 

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

Returns the appropriate granular operation processing function depending on the database type.