Trait sqlite_parser::Parser[][src]

pub trait Parser {
    fn process_tables(&mut self, tables: Metadata);

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

Implement this trait to parse your own types

Required methods

fn process_tables(&mut self, tables: Metadata)[src]

Loading content...

Provided methods

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

Loading content...

Implementors

Loading content...