JoinType

slick.ast.JoinType
See theJoinType companion object
abstract class JoinType(val sqlName: String)

The type of a join operation.

Attributes

Companion
object
Source
JoinType.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Inner.type
object Left.type
object LeftOption.type
object Outer.type
object OuterOption.type
object Right.type
object RightOption.type
object Zip.type
Show all

Members list

Value members

Concrete fields

val sqlName: String

Attributes

Source
JoinType.scala