oxygen.sql.generic.parsing

Members list

Type members

Classlikes

final case class FullQueryResult[+A](inputs: List[InputPart], value: A, returning: ReturningPart, refMap: RefMap)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class MapChainResult[+A](value: A, mapFunctName: String, newRefs: RefMap, mapFunctBody: Term)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Parser

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Parser.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DeleteQuery
object InsertQuery
object SelectQuery
object UpdateQuery
object PartialQuery

Types

type MapChainParseResult[+A] = ParseResult[MapChainResult[A]]