com.outr.query

JoinType

Related Docs: class JoinType | package query

object JoinType extends Enumerated[JoinType] with Serializable

Linear Supertypes
Serializable, Serializable, Enumerated[JoinType], Enum[JoinType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JoinType
  2. Serializable
  3. Serializable
  4. Enumerated
  5. Enum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. object Inner extends JoinType with Product with Serializable

  5. object Join extends JoinType with Product with Serializable

  6. object Left extends JoinType with Product with Serializable

  7. object LeftOuter extends JoinType with Product with Serializable

  8. object Outer extends JoinType with Product with Serializable

  9. def apply(name: String): JoinType

    Definition Classes
    Enumerated
  10. def apply(index: Int): JoinType

    Definition Classes
    Enumerated
  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. macro def findValues: Set[JoinType]

    Attributes
    protected
    Definition Classes
    Enum
  17. def get(name: String, caseSensitive: Boolean): Option[JoinType]

    Definition Classes
    Enumerated
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. lazy val length: Int

    Definition Classes
    Enumerated
  22. final lazy val lowerCaseNamesToValuesMap: Map[String, JoinType]

    Definition Classes
    Enum
  23. final lazy val namesToValuesMap: Map[String, JoinType]

    Definition Classes
    Enum
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def random: JoinType

    Definition Classes
    Enumerated
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def unapply(s: String): Option[JoinType]

    Definition Classes
    Enumerated
  31. val values: Vector[JoinType]

    Definition Classes
    JoinType → Enumerated → Enum
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withName(name: String): JoinType

    Definition Classes
    Enum
  36. def withNameInsensitiveOption(name: String): Option[JoinType]

    Definition Classes
    Enum
  37. def withNameOption(name: String): Option[JoinType]

    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Enumerated[JoinType]

Inherited from Enum[JoinType]

Inherited from AnyRef

Inherited from Any

Ungrouped