PartialQuery

oxygen.sql.generic.model.part.PartialQuery
See thePartialQuery companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

final case class DeleteQuery(delete: DeletePart, joins: List[JoinPart], where: Option[WherePart]) extends PartialQuery

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
final case class InsertQuery(insert: InsertPart, into: IntoPart) extends PartialQuery

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
final case class SelectQuery(select: SelectPart, joins: List[JoinPart], where: Option[WherePart], orderBy: Option[OrderByPart], limit: Option[LimitPart], offset: Option[OffsetPart]) extends PartialQuery

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
final case class UpdateQuery(update: UpdatePart, joins: List[JoinPart], where: Option[WherePart], set: SetPart) extends PartialQuery

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

lazy override val partialParser: MapChainParser[PartialQuery]

Inherited fields

final lazy val fullParser: Parser[Term, FullQueryResult[PartialQuery]]

Attributes

Inherited from:
PartialQueryParsers