Type Members
-
-
type
CaseClassShape[P <: Product, LiftedTuple, LiftedCaseClass <: P, PlainTuple, PlainCaseClass <: P] = lifted.CaseClassShape[P, LiftedTuple, LiftedCaseClass, PlainTuple, PlainCaseClass]
-
-
-
-
-
-
type
Database = Backend.Database
-
-
-
-
-
-
type
MappedProductShape[Level <: ShapeLevel, C, M <: C, U <: C, P <: C] = lifted.MappedProductShape[Level, C, M, U, P]
-
type
MappedScalaProductShape[Level <: ShapeLevel, C <: Product, M <: C, U <: C, P <: C] = lifted.MappedScalaProductShape[Level, C, M, U, P]
-
-
-
-
-
type
ProductClassShape[E <: Product, C <: Product] = lifted.ProductClassShape[E, C]
-
type
Query[+E, U, C[_]] = lifted.Query[E, U, C]
-
-
type
Session = Backend.Session
-
type
Shape[Level <: ShapeLevel, -M, U, P] = lifted.Shape[Level, M, U, P]
-
-
-
-
-
-
-
-
-
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (API, B)
-
final
def
==(arg0: Any): Boolean
-
-
-
-
-
val
Database: Backend.DatabaseFactory
-
-
-
-
val
LiteralColumn: lifted.LiteralColumn.type
-
-
-
-
-
-
-
-
-
-
-
implicit
def
anyOptionColumnExtensionMethods[B1](c: lifted.Rep[Option[B1]])(implicit arg0: BaseTypedType[B1]): AnyExtensionMethods
-
-
implicit
def
anyOptionValueExtensionMethods[B1](v: Option[B1])(implicit arg0: BaseTypedType[B1]): AnyExtensionMethods
-
implicit final
def
anyToShapedValue[T, U](value: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, U, _]): ShapedValue[T, U]
-
implicit
def
anyValueExtensionMethods[B1](v: B1)(implicit arg0: BaseTypedType[B1]): AnyExtensionMethods
-
final
def
asInstanceOf[T0]: T0
-
-
implicit
def
booleanOptionColumnExtensionMethods(c: lifted.Rep[Option[Boolean]]): BooleanColumnExtensionMethods[Option[Boolean]]
-
def
clone(): AnyRef
-
-
def
ensuring(cond: (API) ⇒ Boolean, msg: ⇒ Any): API
-
def
ensuring(cond: (API) ⇒ Boolean): API
-
def
ensuring(cond: Boolean, msg: ⇒ Any): API
-
def
ensuring(cond: Boolean): API
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
-
-
-
-
-
implicit
val
slickProfile: BasicProfile.this.type
-
-
-
-
-
implicit
def
stringOptionColumnExtensionMethods(c: lifted.Rep[Option[String]]): StringColumnExtensionMethods[Option[String]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (API, B)
Deprecated Value Members
-
val
slickDriver: BasicProfile.this.type
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
API to any2stringadd[API]
Inherited by implicit conversion StringFormat from
API to StringFormat[API]
Inherited by implicit conversion Ensuring from
API to Ensuring[API]
Inherited by implicit conversion ArrowAssoc from
API to ArrowAssoc[API]