SequenceRowsQuery

sealed trait SequenceRowsQuery
class Object
trait Matchable
class Any

Value members

Abstract methods

def withCursorAndLimit(newCursor: Option[String], limit: Option[Int]): SequenceRowsQuery

Abstract fields

val columns: Option[Seq[String]]
val cursor: Option[String]
val end: Option[Long]
val limit: Option[Int]
val start: Option[Long]