Function mentat_transaction::query::q_prepare
[−]
[src]
pub fn q_prepare<'sqlite, 'schema, 'cache, 'query, T>(
sqlite: &'sqlite Connection,
known: Known<'schema, 'cache>,
query: &'query str,
inputs: T
) -> PreparedResult<'sqlite> where
T: Into<Option<QueryInputs>>,