Module select

Source
Expand description

Implementation of SQL SELECT statements

Structs§

SelectData
Representation of the data of a SELECT operation in SQL.

Enums§

SelectImpl
Implementation of the Select trait for the different implementations.

Traits§

Select
Trait representing a select builder.