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

Required Methods§

Implementors§