SQLPageContext

lightdb.sqlite.SQLPageContext
case class SQLPageContext[D <: Document[D]](context: SearchContext[D]) extends PageContext[D]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PageContext[D]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def nextPage(currentPage: PagedResults[D]): IO[Option[PagedResults[D]]]

Attributes

Inherited from:
PageContext
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product