Skip to Content

Last Updated: 3/9/2026


kysely

  • JoinBuilder

Class JoinBuilder

Type Parameters

  • DB
  • TB extends keyof DB

Implements

Index

Constructors

constructor

Methods

$call on onRef onTrue toOperationNode

Constructors

constructor

  • new JoinBuilder<DB, TB extends string | number | symbol>(
        props: JoinBuilderProps,
    ): JoinBuilder<DB, TB>

    Type Parameters

    • DB
    • TB extends string | number | symbol

    Parameters

    Returns JoinBuilder<DB, TB>

Methods

$call

  • $call<T>(func: (qb: this) => T): T

    Simply calls the provided function passing this as the only argument. $call returns what the provided function returns.

    Type Parameters

    • T

    Parameters

    • func: (qb: this) => T

    Returns T

on

onRef

onTrue

  • onTrue(): JoinBuilder<DB, TB>

    Adds on true.

    Returns JoinBuilder<DB, TB>

toOperationNode

Settings

Member Visibility

On This Page

Constructors

constructor

Methods

$callononRefonTruetoOperationNode