SqlComposer_select
This module does not have a toplevel documentation block.
let modifier: (
t,
[ `MySqlCalcFoundRows
| `MySqlNoCache
| `HighPriority
| `Distinct
| `StraightJoin ]
) => t
let orderBy: (t, [ `Asc of string | `Desc of string ]) => t
let limit: (t, ~?offset: option(int), ~row_count: int) => t