class default
implements queryInterface
Abstract
import { default } from "https://deno.land/x/acai_query@0.3.0/src/abstractions/builder/index.ts";
Properties
private
buildQueryPart: <ModelConfig = Record<string, string | number | boolean>>(arg1: keyof ModelConfig | [keyof ModelConfig, QueryComparison | GenericModelContent, GenericModelContent][],
arg2?: QueryComparison | GenericModelContent,
arg3?: GenericModelContent,
protected
queryBuild: QueryPartorWhere: () => Query
arg1: string | [string, QueryComparison, GenericModelContent][],
arg2?: QueryComparison | GenericModelContent,
arg3?: GenericModelContent,
where: () => Query
arg1: string | [string, QueryComparison, GenericModelContent][],
arg2?: QueryComparison | GenericModelContent,
arg3?: GenericModelContent,
Static Properties
protected
adapter: QueryStrategyprotected
settings: Record<string, ModelContent>Static Methods
close()
table(table: string)
toggleAdapter(adapter: QueryStrategy, settings?: Record<string, ModelContent>)
toggleSettings(settings: Record<string, ModelContent>)