INSERT INTO TableA (ID,AGE,NAME) VALUES (1,12,'asd'); INSERT INTO TableA (ID,AGE,NAME) VALUES (1,12,'asd'); INSERT INTO TableA (ID,AGE,NAME) VALUES (1,12,'asd ...
The Lexepa-Sql library analyzes any file that contains one or more INSERT SQL queries. During the analysis a series of callback functions are called to which the elements that constitute the query are ...