case class SqlJoin(parent: TableExpr, child: TableExpr, on: List[(SqlColumn, SqlColumn)], inner: Boolean) extends ColumnOwner with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- SqlJoin
- ColumnOwner
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val child: TableExpr
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def colsOf(other: ColumnOwner): List[SqlColumn]
Return the columns of
table
referred to by the parent side of the conditions of this join - def contains(other: ColumnOwner): Boolean
- Definition Classes
- SqlJoin → ColumnOwner
- def context: Context
- Definition Classes
- SqlJoin → ColumnOwner
- def debugShow: String
- Definition Classes
- ColumnOwner
- def directlyOwns(col: SqlColumn): Boolean
- Definition Classes
- SqlJoin → ColumnOwner
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findNamedOwner(col: SqlColumn): Option[TableExpr]
- Definition Classes
- SqlJoin → ColumnOwner
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inner: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPredicate: Boolean
Does this
SqlJoin
represent a predicate? - def isSameOwner(other: ColumnOwner): Boolean
- Definition Classes
- SqlJoin → ColumnOwner
- def nameOption: Option[String]
The name, if any, of this
ColumnOwner
The name, if any, of this
ColumnOwner
- Definition Classes
- ColumnOwner
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val on: List[(SqlColumn, SqlColumn)]
- def owns(col: SqlColumn): Boolean
- Definition Classes
- SqlJoin → ColumnOwner
- val parent: TableExpr
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def subst(from: TableExpr, to: TableExpr): SqlJoin
Replace references to
from
withto
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toFragment: Aliased[SqlMappingLike.Fragment]
Render this
SqlJoin
as aFragment
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()