Struct Sqlite
pub struct Sqlite;Trait Implementations§
§impl SchemaProbe for Sqlite
impl SchemaProbe for Sqlite
fn get_current_schema() -> SimpleExpr
fn query_tables(&self) -> SelectStatement
fn has_column<T, C>(&self, table: T, column: C) -> SelectStatement
fn has_index<T, C>(&self, table: T, index: C) -> SelectStatement
fn has_table<T>(&self, table: T) -> SelectStatement
Auto Trait Implementations§
impl Freeze for Sqlite
impl RefUnwindSafe for Sqlite
impl Send for Sqlite
impl Sync for Sqlite
impl Unpin for Sqlite
impl UnwindSafe for Sqlite
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more