[][src]Trait ena::sql::QueryRaw

pub trait QueryRaw {
    fn inquiry(
        &self,
        statement: YotsubaStatement,
        id: QueryIdentifier
    ) -> String; }

New SQL queries to use

Required methods

fn inquiry(&self, statement: YotsubaStatement, id: QueryIdentifier) -> String

Loading content...

Implementations on Foreign Types

impl QueryRaw for Pool[src]

impl QueryRaw for Client[src]

Loading content...

Implementors

Loading content...