[][src]Trait sqlite_parser::Parser

pub trait Parser {
    pub fn process_tables(&mut self, tables: HashMap<String, Table>);

    pub fn query_all_tables(
        &self
    ) -> (&'static str, &'static [&'static dyn ToSql]) { ... } }

Implement this trait to parse your own types

Required methods

pub fn process_tables(&mut self, tables: HashMap<String, Table>)[src]

Loading content...

Provided methods

pub fn query_all_tables(&self) -> (&'static str, &'static [&'static dyn ToSql])[src]

Loading content...

Implementors

Loading content...