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

    Variable isAlterTableConst

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

    Type guard for ALTER TABLE expressions

    Type Declaration

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

        Returns expr is { alter_table: AlterTable }