Skip to main content

cached_placeholders_from

Function cached_placeholders_from 

Source
pub fn cached_placeholders_from<DB>(start: usize, count: usize) -> &'static str
where DB: SqlDialect + 'static,
Expand description

Returns a cached placeholder list for (DB, start, count) combinations.