RLS DSL - v0.1.0
    Preparing search index...

    Interface NullCondition

    Null check condition

    interface NullCondition {
        toSQL(): string;
        type: "null";
        column: string;
        value: NullCheckValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    type: "null"
    column: string

    Methods