UNPKG

@kuindji/sql-type-parser

Version:
9 lines 259 B
/** * AST type definitions specific to SQL DELETE queries * * This module contains AST nodes that are specific to DELETE: * - DeleteClause - the main DELETE statement * - Using clause for multi-table deletes */ export {}; //# sourceMappingURL=ast.js.map