UNPKG

@kuindji/sql-type-parser

Version:
10 lines 290 B
/** * AST type definitions specific to SQL UPDATE queries * * This module contains AST nodes that are specific to UPDATE: * - UpdateClause - the main UPDATE statement * - SetClause - SET assignments * - FromClause for multi-table updates */ export {}; //# sourceMappingURL=ast.js.map