Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Paging ¶
type Paging struct {
CurrentPage uint // current page number
ItemsNumPerPage uint // list items number in per page
ItemsTotal uint // rows number in database
TotalPage uint // the count of all pages
DbType string // type of database,mysql or postgresql
}
func PagingGenerator ¶
func (*Paging) GetQueryBegin ¶
func (*Paging) GetQueryLimit ¶
Click to show internal directories.
Click to hide internal directories.