Trait typed_sql::query::select::join::JoinSelect [−][src]
pub trait JoinSelect {
type Table: Table;
type Fields: Default;
fn write_join_select(&self, sql: &mut String);
fn select(self) -> SelectStatement<Self, WildCard>
where
Self: Sized,
{ ... }
}Associated Types
Required methods
fn write_join_select(&self, sql: &mut String)[src]
fn write_join_select(&self, sql: &mut String)[src]Provided methods
fn select(self) -> SelectStatement<Self, WildCard> where
Self: Sized, [src]
fn select(self) -> SelectStatement<Self, WildCard> where
Self: Sized, [src]