Home
last modified time | relevance | path

Searched refs:to_sql (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/database/
Dutils.rs205 fn to_sql(&self) -> rusqlite::Result<rusqlite::types::ToSqlOutput> {
207 $($entry::$vname(v) => v.to_sql(),)*
/system/security/keystore2/src/
Ddatabase.rs262 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
303 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
304 self.0.to_sql() in to_sql()
339 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
342 Self::KeyId(id) => id.to_sql(), in to_sql()
402 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
464 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
695 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
696 self.0.to_sql() in to_sql()
770 fn to_sql(&self) -> rusqlite::Result<ToSqlOutput> { in to_sql() method
Dkey_parameter.rs408 fn to_sql(&self) -> SqlResult<ToSqlOutput> {