Polyglot SQL API Documentation - v0.1.0
    Preparing search index...

    Type Alias Offset

    OFFSET clause

    type Offset = {
        rows?: boolean | null;
        this: Expression;
    }
    Index

    Properties

    Properties

    rows?: boolean | null

    Whether ROW/ROWS keyword was used (SQL standard syntax)