Struct sea_query::query::Query [−][src]
pub struct Query;
Shorthand for constructing any table query
Implementations
impl Query
[src]
impl Query
[src]pub fn select() -> SelectStatement
[src]
Construct table SelectStatement
pub fn insert() -> InsertStatement
[src]
Construct table InsertStatement
pub fn update() -> UpdateStatement
[src]
Construct table UpdateStatement
pub fn delete() -> DeleteStatement
[src]
Construct table DeleteStatement
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Query
impl RefUnwindSafe for Query
impl UnwindSafe for Query
impl UnwindSafe for Query