Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.HavingNode

Kysely dialect for PostgreSQL using the Postgres.js client.
Latest
interface kysely.HavingNode
implements OperationNode
import { type kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { HavingNode } = kysely;

Properties

readonly
kind: "HavingNode"
readonly
having: OperationNode
variable kysely.HavingNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { HavingNode } = kysely;

type

Readonly<{ is(node: OperationNode): node is HavingNode; create(filter: OperationNode): HavingNode; cloneWithOperation(
havingNode: HavingNode,
operator: "And" | "Or",
operation: OperationNode,
): HavingNode; }>
import kysely.HavingNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { HavingNode } = kysely;