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

    Variable isAlterTableConst

    isAlterTable: (expr: ast.Expression) => expr is { alter_table: AlterTable } = ...

    Type guard for ALTER TABLE expressions

    Type Declaration

      • (expr: ast.Expression): expr is { alter_table: AlterTable }
      • Parameters

        Returns expr is { alter_table: AlterTable }