Expand description
MySQL INSERT statement row parser.
Parses INSERT INTO … VALUES statements to extract individual rows and optionally extract PK/FK column values for dependency tracking.
Structs§
- FkRef
- Reference to a specific foreign key in a table
- Insert
Parser - Parser for MySQL INSERT statements
- Parsed
Row - A parsed row from an INSERT statement
Enums§
- PkValue
- Primary key value representation supporting common types
Functions§
- parse_
mysql_ insert_ rows - Parse all rows from a MySQL INSERT statement
- parse_
mysql_ insert_ rows_ raw - Parse rows without schema (just raw row extraction)