package
1.28.2
Repository: https://github.com/webx-top/db.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewLister 创建页码分页列表查询.
NewListParam 列表参数.
NewOffsetLister 创建偏移值分页列表查询.
No description provided by the author
Paging 获取当前页码和每页数据量.
PagingPosition 获取偏移值.
PagingWithList 通过查询参数获取分页信息.
PagingWithLister 通过分页查询接口获取分页信息.
PagingWithListerCond 通过分页查询接口和附加条件获取分页信息.
PagingWithOffsetList 通过分页查询接口获取分页信息.
PagingWithOffsetLister 通过分页查询接口获取分页信息.
PagingWithOffsetSelectList 通过分页查询接口获取分页信息.
PagingWithPagination 获取分页信息.
PagingWithPosition 获取分页信息.
PagingWithSelectList 通过Select查询参数获取分页信息.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

PageDefaultSize 默认每页数据量.
PageMaxSize 每页最大数据量.
Sorts 获取数据查询时的排序方式.

# Structs

List 页码分页列表封装.
ListParam 列表参数.
OffsetList 偏移值分页列表查询封装.

# Interfaces

No description provided by the author
Lister 页码分页列表查询接口.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OffsetLister 偏移值分页列表查询接口.

# Type aliases

ListFunc PageListFunc别名.
OffsetListFunc 偏移列表函数.
PageListFunc 分页列表函数.