Skip to main content

Module insert

Module insert 

Source

Structs§

InsertQuery
The following structure represents a INSERT query already parsed and broken down into table_name a Vec<String> representing the Columns and Vec<Vec<String>> representing the list of Rows to be inserted