Module rorm_sql::insert

source ·
Expand description

Implementation of SQL INSERT statements

Structs

Representation of the data of a INSERT operation in SQL.

Enums

Implementation of the Insert trait for the different implementations.

Traits

Trait representing a insert builder.