SetOperationSqlQuery

io.getquill.context.sql.SetOperationSqlQuery
final case class SetOperationSqlQuery(a: SqlQuery, op: SetOperation, b: SqlQuery)(quatType: Quat) extends SqlQuery

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SqlQuery
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def quat: Quat

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
SqlQuery -> Any
Inherited from:
SqlQuery