QueryBody

Trait QueryBody 

Source
pub trait QueryBody {
    // Required method
    fn build(
        &self,
        ctx: &mut SqliteQueryCtx,
        path: &Vector<String>,
        res_count: QueryResCount,
    ) -> (ExprType, Tokens);
}

Required Methods§

Source

fn build( &self, ctx: &mut SqliteQueryCtx, path: &Vector<String>, res_count: QueryResCount, ) -> (ExprType, Tokens)

Implementors§