Module

x/kysely_postgrs_js_dialect/mod.ts>kysely.OnConflictNode

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

Properties

readonly
kind: "OnConflictNode"
readonly
optional
columns: ReadonlyArray<ColumnNode>
readonly
optional
constraint: IdentifierNode
readonly
optional
indexExpression: OperationNode
readonly
optional
indexWhere: WhereNode
readonly
optional
updates: ReadonlyArray<ColumnUpdateNode>
readonly
optional
updateWhere: WhereNode
readonly
optional
doNothing: boolean
variable kysely.OnConflictNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { OnConflictNode } = kysely;

type

Readonly<{ is(node: OperationNode): node is OnConflictNode; create(): OnConflictNode; cloneWith(node: OnConflictNode, props: OnConflictNodeProps): OnConflictNode; cloneWithIndexWhere(node: OnConflictNode, operation: OperationNode): OnConflictNode; cloneWithIndexOrWhere(node: OnConflictNode, operation: OperationNode): OnConflictNode; cloneWithUpdateWhere(node: OnConflictNode, operation: OperationNode): OnConflictNode; cloneWithUpdateOrWhere(node: OnConflictNode, operation: OperationNode): OnConflictNode; cloneWithoutIndexWhere(node: OnConflictNode): OnConflictNode; cloneWithoutUpdateWhere(node: OnConflictNode): OnConflictNode; }>
import kysely.OnConflictNode
import { kysely } from "https://dotland.deno.dev/x/kysely_postgrs_js_dialect@v0.27.4/mod.ts";
const { OnConflictNode } = kysely;