Module handler

Module handler 

Source

Structsยง

CollectHandler
A handler that collects all rows into a Vec
DropHandler
A handler that ignores all result set data but captures affected_rows and last_insert_id
FirstRowHandler
A wrapper handler that forwards calls to an inner handler but stops after the first row