oxygen.sql.generic.model.part.PartialQuery
See thePartialQuery companion trait
object PartialQuery extends PartialQueryParsers[PartialQuery]
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait PartialQueryParsers[PartialQuery]class Objecttrait Matchableclass AnyShow all
- Self type
-
PartialQuery.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 Serializabletrait Producttrait Equalstrait PartialQueryclass Objecttrait Matchableclass AnyShow all
object DeleteQuery extends PartialQueryParsers[DeleteQuery]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait PartialQueryParsers[DeleteQuery]class Objecttrait Matchableclass AnyShow all
- Self type
-
DeleteQuery.type
final case class InsertQuery(insert: InsertPart, into: IntoPart) extends PartialQuery
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PartialQueryclass Objecttrait Matchableclass AnyShow all
object InsertQuery extends PartialQueryParsers[InsertQuery]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait PartialQueryParsers[InsertQuery]class Objecttrait Matchableclass AnyShow all
- Self type
-
InsertQuery.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 Serializabletrait Producttrait Equalstrait PartialQueryclass Objecttrait Matchableclass AnyShow all
object SelectQuery extends PartialQueryParsers[SelectQuery]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait PartialQueryParsers[SelectQuery]class Objecttrait Matchableclass AnyShow all
- Self type
-
SelectQuery.type
final case class UpdateQuery(update: UpdatePart, joins: List[JoinPart], where: Option[WherePart], set: SetPart) extends PartialQuery
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PartialQueryclass Objecttrait Matchableclass AnyShow all
object UpdateQuery extends PartialQueryParsers[UpdateQuery]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait PartialQueryParsers[UpdateQuery]class Objecttrait Matchableclass AnyShow all
- Self type
-
UpdateQuery.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article