Package-level declarations

Functions

Link copied to clipboard
fun <T> ERROR CLASS: Symbol not found for Query.selectPaginated(pagination: Pagination, orderBy: Pair<ERROR CLASS: Symbol not found for Expression<*>, ERROR CLASS: Symbol not found for SortOrder>? = null, createResult: (ERROR CLASS: Symbol not found for ResultRow) -> T): PaginationResult<T>
fun <T> ERROR CLASS: Symbol not found for Query.selectPaginated(pagination: Pagination, orderBy: ERROR CLASS: Symbol not found for Expression<*>??, reversed: Boolean = false, createResult: (ERROR CLASS: Symbol not found for ResultRow) -> T): PaginationResult<ERROR CLASS: Cannot infer argument for type parameter T>