[][src]Struct toql::sql_builder_result::SqlBuilderResult

pub struct SqlBuilderResult { /* fields omitted */ }

The SQL Builder Result is created by the SQL Builder.

Methods

impl SqlBuilderResult[src]

pub fn is_empty(&self) -> bool[src]

Returns true if no field is neither selected nor filtered.

pub fn to_sql(&self) -> String[src]

Returns simple SQL.

pub fn params(&self) -> &Vec<String>[src]

Returns SQL parameters for the WHERE and HAVING clauses in SQL.

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]