class SQL
implements SQLWrapper
import { SQL } from "https://deno.land/x/drizzle@v0.23.85/sql.ts";
Constructors
new
SQL(queryChunks: SQLChunk[])Methods
deprecated
as<TData>(alias: string): SQL.Aliased<TData>buildQueryFromSourceParams(chunks: SQLChunk[], _config: BuildQueryConfig): Query
inlineParams(): this
mapWith<TDecoder extends DriverValueDecoder<any, any> | DriverValueDecoder<any, any>["mapFromDriverValue"]>(decoder: TDecoder): SQL<GetDecoderResult<TDecoder>>
toQuery(config: BuildQueryConfig): Query