package
dsl
Type Members
-
abstract
class
AbstractQuery[R] extends Query[R]
-
trait
ArrayJdbcMapper[P, A] extends JdbcMapper[P, A]
-
-
sealed
class
CanCompare[-A1, -A2] extends AnyRef
-
-
case class
CompositeKey2[A1, A2](a1: A1, a2: A2) extends CompositeKey with Product with Serializable
-
case class
CompositeKey3[A1, A2, A3](a1: A1, a2: A2, a3: A3) extends CompositeKey with Product with Serializable
-
case class
CompositeKey4[A1, A2, A3, A4](a1: A1, a2: A2, a3: A3, a4: A4) extends CompositeKey with Product with Serializable
-
case class
CompositeKey5[A1, A2, A3, A4, A5](a1: A1, a2: A2, a3: A3, a4: A4, a5: A5) extends CompositeKey with Product with Serializable
-
case class
CompositeKey6[A1, A2, A3, A4, A5, A6](a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6) extends CompositeKey with Product with Serializable
-
case class
CompositeKey7[A1, A2, A3, A4, A5, A6, A7](a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7) extends CompositeKey with Product with Serializable
-
case class
CompositeKey8[A1, A2, A3, A4, A5, A6, A7, A8](a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, a8: A8) extends CompositeKey with Product with Serializable
-
case class
CompositeKey9[A1, A2, A3, A4, A5, A6, A7, A8, A9](a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, a8: A8, a9: A9) extends CompositeKey with Product with Serializable
-
class
ConcatOp[A1, A2, T1, T2] extends BinaryOperatorNode
-
trait
DeOptionizer[P1, A1, T1, A2 >: Option[A1] <: Option[A1], T2] extends JdbcMapper[P1, A2]
-
-
trait
FloatTypedExpressionFactory[A1, T1] extends TypedExpressionFactory[A1, T1] with IdentityFloatifier[A1, T1]
-
trait
Floatifier[T1, A2, T2] extends AnyRef
-
class
Group[K] extends AnyRef
-
-
trait
IdentityFloatifier[A1, T1] extends Floatifier[T1, A1, T1]
-
trait
IntegralTypedExpressionFactory[A1, T1, A2, T2] extends TypedExpressionFactory[A1, T1] with Floatifier[T1, A2, T2]
-
trait
JdbcMapper[P, A] extends AnyRef
-
trait
ManyToMany[O, A] extends Query[O]
-
trait
ManyToManyRelation[L, R, A] extends Relation[L, R]
-
trait
ManyToOne[O] extends Query[O]
-
class
Measures[M] extends AnyRef
-
abstract
class
NonPrimitiveJdbcMapper[P, A, T] extends JdbcMapper[P, A] with TypedExpressionFactory[A, T]
-
class
NvlNode[A, T] extends BinaryOperatorNode with TypedExpression[A, T]
-
trait
OneToMany[M] extends Query[M]
-
trait
OneToManyRelation[O, M] extends Relation[O, M]
-
class
OptionalQueryable[A] extends Queryable[Option[A]]
-
-
trait
QueryDsl extends WhereState[Unconditioned] with ComputeMeasuresSignaturesFromStartOrWhereState with StartState with QueryElements[Unconditioned] with JoinSignatures with FromSignatures with BaseQueryDsl
-
trait
QueryYield[R] extends AnyRef
-
trait
Relation[L, R] extends AnyRef
-
-
-
-
sealed
trait
TBigDecimal extends TOptionBigDecimal with TNonOption
-
sealed
trait
TBoolean extends TOptionBoolean with TNonOption
-
sealed
trait
TByte extends TOptionByte with TInt with TNonOption
-
sealed
trait
TByteArray extends TOptionByteArray with TNonOption
-
sealed
trait
TDate extends TOptionDate with TNonOption
-
sealed
trait
TDouble extends TOptionDouble with TBigDecimal with TNonOption
-
sealed
trait
TDoubleArray extends TOptionDoubleArray with TNonOption
-
sealed
trait
TEnumValue[A] extends AnyRef
-
sealed
trait
TFloat extends TOptionFloat with TDouble with TNonOption
-
sealed
trait
TInt extends TOptionInt with TLong with TNonOption with TFloat
-
sealed
trait
TIntArray extends TOptionIntArray with TNonOption
-
sealed
trait
TLong extends TOptionLong with TDouble with TNonOption
-
sealed
trait
TLongArray extends TOptionLongArray with TNonOption
-
sealed
trait
TNonOption extends AnyRef
-
sealed
trait
TNumeric extends AnyRef
-
sealed
trait
TNumericLowerTypeBound extends TByte with TInt with TFloat with TLong with TDouble with TBigDecimal
-
sealed
trait
TOption extends TOptionByte with TOptionInt with TOptionFloat with TOptionLong with TOptionDouble with TOptionBigDecimal with TOptionDate with TOptionString with TOptionTimestamp
-
-
-
sealed
trait
TOptionByte extends TOptionInt
-
-
sealed
trait
TOptionDate extends AnyRef
-
sealed
trait
TOptionDouble extends TOptionBigDecimal
-
-
sealed
trait
TOptionEnumValue[A] extends TEnumValue[A]
-
sealed
trait
TOptionFloat extends TOptionDouble
-
sealed
trait
TOptionInt extends TOptionLong with TOptionFloat
-
-
sealed
trait
TOptionLong extends TOptionDouble
-
-
sealed
trait
TOptionLowerBound extends TOptionByte with TOptionInt with TOptionFloat with TOptionLong with TOptionDouble with TOptionBigDecimal with TOptionDate with TOptionString with TOptionTimestamp
-
sealed
trait
TOptionString extends AnyRef
-
-
-
sealed
trait
TOptionUUID extends AnyRef
-
sealed
trait
TString extends TOptionString with TNonOption
-
sealed
trait
TStringArray extends TOptionStringArray with TNonOption
-
sealed
trait
TTimestamp extends TOptionTimestamp with TNonOption
-
sealed
trait
TUUID extends TOptionUUID with TNonOption
-
trait
TypedExpression[A1, T1] extends ExpressionNode
-
-
Value Members
-
package
ast
-
-
package
fsm
-