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

    Variable isDropViewConst

    isDropView: (expr: Expression) => expr is { drop_view: DropView } = ...

    Type guard for DROP VIEW expressions

    Type Declaration

      • (expr: Expression): expr is { drop_view: DropView }
      • Parameters

        Returns expr is { drop_view: DropView }