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

    Variable isDropTableConst

    isDropTable: (expr: Expression) => expr is { drop_table: DropTable } = ...

    Type guard for DROP TABLE expressions

    Type Declaration

      • (expr: Expression): expr is { drop_table: DropTable }
      • Parameters

        Returns expr is { drop_table: DropTable }