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§

OrderMethod
An integer value for ordering.
Pagination
Struct representing pagination information.
PaginationOptions
Struct representing pagination options.
SqlJoin
Struct for generating the JOIN clause.
SqlOrderByComponent
Struct for generating the ORDER BY clause.

Enums§

Name
Enum representing the name of a table or a column.
NullStrategy
OrderType
Enum representing the order type.
SqlJoinsInsertError

Traits§

OrderByOptions
Options for the ORDER BY clause.
OrderMethodValue
Value for OrderMethod. This should be i8 or i16.
SqlJoinsOps
Operators for SqlJoins.

Type Aliases§

ColumnName
The name of a column.
TableColumn
The name of a table and the name of a column inside that table.
TableName
The name of a table.