Skip to main content
Module

x/kysely_deno_postgres_dialect/mod.ts>kysely.CaseWhenBuilder#end

Kysely dialect for PostgreSQL using the deno-postgres client.
Latest
method kysely.CaseWhenBuilder.prototype.end
import { kysely } from "https://deno.land/x/kysely_deno_postgres_dialect@v0.27.1/mod.ts";
const { CaseWhenBuilder } = kysely;

Adds an end keyword to the case operator.

case operators can only be used as part of a query. For a case statement used as part of a stored program, use endCase instead.

Returns

ExpressionWrapper<DB, TB, O | null>