case class CompositeKey2[A1, A2](a1: A1, a2: A2)(implicit ev1: (A1) => TypedExpression[A1, _], ev2: (A2) => TypedExpression[A2, _]) extends CompositeKey with Product with Serializable
- Source
- CompositeKey.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CompositeKey2
- Serializable
- Product
- Equals
- CompositeKey
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CompositeKey2(a1: A1, a2: A2)(implicit ev1: (A1) => TypedExpression[A1, _], ev2: (A2) => TypedExpression[A2, _])
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
- def ===(ck: (A1, A2)): LogicalBoolean
- def ===(ck: CompositeKey2[A1, A2]): LogicalBoolean
- val a1: A1
- val a2: A2
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def constantMembers: Iterable[TypedExpression[_, _]]
- Attributes
- protected
- Definition Classes
- CompositeKey2 → CompositeKey
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def in(cks: CompositeKey2[A1, A2]*): LogicalBoolean
- def inExpr(cks: Iterable[CompositeKey]): LogicalBoolean
- Attributes
- protected
- Definition Classes
- CompositeKey
- def inTuples(cks: (A1, A2)*): LogicalBoolean
- def is(attributes: AttributeValidOnMultipleColumn*): CompositeKeyAttributeAssignment
- Definition Classes
- CompositeKey
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def members: Iterable[TypedExpression[_, _]]
- Attributes
- protected
- Definition Classes
- CompositeKey
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notIn(cks: CompositeKey2[A1, A2]*): LogicalBoolean
- def notInExpr(cks: Iterable[CompositeKey]): LogicalBoolean
- Attributes
- protected
- Definition Classes
- CompositeKey
- def notInTuples(cks: (A1, A2)*): LogicalBoolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()