Crate rdb_pagination_core
source ·Expand description
§RDB Pagination Core
SQL query extension library for handling pagination and sorting in relational databases. See the rdb-pagination
crate.
Structs§
- An integer value for ordering.
- Struct representing pagination information.
- Struct representing pagination options.
- Struct for generating the
JOIN
clause. - Struct for generating the
ORDER BY
clause.
Enums§
- Enum representing the name of a table or a column.
- Enum representing the order type.
Traits§
- Options for the
ORDER BY
clause. - Value for
OrderMethod
. This should bei8
ori16
. - Operators for
SqlJoin
s.
Type Aliases§
- The name of a column.
- The name of a table and the name of a column inside that table.
- The name of a table.