pub struct Query;
Expand description
Shorthand for constructing any table query
Implementationsยง
sourceยงimpl Query
impl Query
sourcepub fn select() -> SelectStatement
pub fn select() -> SelectStatement
Construct table SelectStatement
sourcepub fn insert() -> InsertStatement
pub fn insert() -> InsertStatement
Construct table InsertStatement
sourcepub fn update() -> UpdateStatement
pub fn update() -> UpdateStatement
Construct table UpdateStatement
sourcepub fn delete() -> DeleteStatement
pub fn delete() -> DeleteStatement
Construct table DeleteStatement
sourcepub fn with() -> WithClause
pub fn with() -> WithClause
Construct WithClause
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Query
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
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
sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
sourceยงunsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
๐ฌThis is a nightly-only experimental API. (
clone_to_uninit
)