Expand description
§RDB Pagination Core
SQL query extension library for handling pagination and sorting in relational databases. See the rdb-pagination
crate.
Structs§
- Order
Method - An integer value for ordering.
- Pagination
- Struct representing pagination information.
- Pagination
Options - Struct representing pagination options.
- SqlJoin
- Struct for generating the
JOIN
clause. - SqlOrder
ByComponent - Struct for generating the
ORDER BY
clause.
Enums§
- Name
- Enum representing the name of a table or a column.
- Null
Strategy - Order
Type - Enum representing the order type.
- SqlJoins
Insert Error
Traits§
- Order
ByOptions - Options for the
ORDER BY
clause. - Order
Method Value - Value for
OrderMethod
. This should bei8
ori16
. - SqlJoins
Ops - Operators for
SqlJoin
s.
Type Aliases§
- Column
Name - The name of a column.
- Table
Column - The name of a table and the name of a column inside that table.
- Table
Name - The name of a table.