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 Pagination
Pagination. 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 String
Pagination. 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 Pagination
UserCorePaginatedResults. getPagination()
Get the paginationMethods in mil.nga.geopackage.user with parameters of type Pagination Modifier and Type Method Description void
UserCorePaginatedResults. setPagination(Pagination pagination)
Set the pagination
-