Uses of Class
mil.nga.geopackage.db.Pagination
-
Packages that use Pagination Package Description mil.nga.geopackage.db mil.nga.geopackage.user -
-
Uses of Pagination in mil.nga.geopackage.db
Methods in mil.nga.geopackage.db that return Pagination Modifier and Type Method Description static PaginationPagination. find(String sql)Find the pagination offset and limit from the SQL statementMethods in mil.nga.geopackage.db with parameters of type Pagination Modifier and Type Method Description static StringPagination. replace(Pagination pagination, String sql)Replace the pagination limit and offset in the SQL statement -
Uses of Pagination in mil.nga.geopackage.user
Methods in mil.nga.geopackage.user that return Pagination Modifier and Type Method Description PaginationUserCorePaginatedResults. getPagination()Get the paginationMethods in mil.nga.geopackage.user with parameters of type Pagination Modifier and Type Method Description voidUserCorePaginatedResults. setPagination(Pagination pagination)Set the pagination
-