macro_rules! granular_operation_fn {
(sqlite) => { ... };
(mysql) => { ... };
(postgresql) => { ... };
}
Expand description
Returns the appropriate granular operation processing function depending on the database type.
macro_rules! granular_operation_fn {
(sqlite) => { ... };
(mysql) => { ... };
(postgresql) => { ... };
}
Returns the appropriate granular operation processing function depending on the database type.