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[V](currentPage: PagedResults[D, V]): IO[Option[PagedResults[D, V]]]

Attributes

Inherited from:
PageContext
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product