Module insert

Source
Expand description

Implementation of SQL INSERT statements

Structs§

InsertData
Representation of the data of a INSERT operation in SQL.

Enums§

InsertImpl
Implementation of the Insert trait for the different implementations.

Traits§

Insert
Trait representing a insert builder.