kysely
    Preparing search index...

    Interface ReferenceNode

    interface ReferenceNode {
        column: ColumnNode | SelectAllNode;
        kind: "ReferenceNode";
        table?: TableNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "ReferenceNode"
    table?: TableNode