Structs§
- Insert
Query - The following structure represents a INSERT query already parsed
and broken down into
table_nameaVec<String>representing theColumnsandVec<Vec<String>>representing the list ofRowsto be inserted
table_name a Vec<String> representing the Columns
and Vec<Vec<String>> representing the list of Rows to be inserted