Home
last modified time | relevance | path

Searched defs:ToSql (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/types/
Dto_sql.rs99 pub trait ToSql { interface
146 impl ToSql for $t { impl
178 impl ToSql for $t { impl
196 impl<T: ?Sized> ToSql for &'_ T impl
227 impl<const N: usize> ToSql for [u8; N] { impl
234 impl ToSql for [u8] { impl
262 fn is_to_sql<T: ToSql>() {} in is_to_sql()
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/
Dfunctions.rs398 T: ToSql, in create_scalar_function()
422 T: ToSql, in create_aggregate_function()
447 T: ToSql, in create_window_function()
480 T: ToSql, in create_scalar_function()
488 T: ToSql, in create_scalar_function()
543 T: ToSql, in create_aggregate_function()
574 T: ToSql, in create_window_function()
629 T: ToSql, in call_boxed_step()
676 T: ToSql, in call_boxed_inverse()
714 T: ToSql, in call_boxed_final()
[all …]
Dparams.rs214 impl Sealed for &[&dyn ToSql] {} implementation
215 impl Params for &[&dyn ToSql] { implementation
222 impl Sealed for &[(&str, &dyn ToSql)] {} implementation
223 impl Params for &[(&str, &dyn ToSql)] { implementation
434 I::Item: ToSql, in params_from_iter()
Dpragma.rs224 V: ToSql, in pragma()
252 ) -> Result<()> in pragma_update()
278 V: ToSql, in pragma_update_and_check()
Dstatement.rs449 P::Item: ToSql, in bind_parameters()
/aosp_15_r20/system/security/keystore2/src/
H A Dkey_parameter.rs453 impl ToSql for $enum_name { impl