fetchUnlimitedCount

open fun fetchUnlimitedCount(con: Connection? = null): Long

Ignore the sorting and pagination settings of the current query, query the total number of data before pagination

In general, users do not need to directly use this method, but call the `fetchPage` method instead

Return

Total row count before pagination

Parameters

con

The explicit jdbc connection, null means using default connection