pub struct Postgres;
Available on crate feature
postgres
only.Trait Implementationsยง
Sourceยงimpl SchemaProbe for Postgres
Available on crate feature probe
only.
impl SchemaProbe for Postgres
Available on crate feature
probe
only.fn get_current_schema() -> SimpleExpr
fn query_tables(&self) -> SelectStatement
fn has_index<T, C>(&self, table: T, index: C) -> SelectStatement
fn has_table<T>(&self, table: T) -> SelectStatement
fn has_column<T, C>(&self, table: T, column: C) -> SelectStatement
Auto Trait Implementationsยง
impl Freeze for Postgres
impl RefUnwindSafe for Postgres
impl Send for Postgres
impl Sync for Postgres
impl Unpin for Postgres
impl UnwindSafe for Postgres
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