QuerySet

case class QuerySet(workSet: List[AST]) extends Query
trait Serializable
trait Product
trait Equals
trait Query
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(name: String): Query
def array: Either[QueryError, Seq[AST]]
def bigint: Either[QueryError, BigInt]
def bool: Either[QueryError, Boolean]
def byte: Either[QueryError, Byte]
def double: Either[QueryError, Double]
def float: Either[QueryError, Float]
def int: Either[QueryError, Int]
def isNull: Either[QueryError, Boolean]
def long: Either[QueryError, Long]
def map: Either[QueryError, Map[String, AST]]
def nullValue: Either[QueryError, Unit]
def short: Either[QueryError, Short]
def string: Either[QueryError, String]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product