final
class
PlainColumnExtensionMethods[P1] extends AnyVal with ColumnExtensionMethods[P1, P1]
Instance Constructors
-
new
PlainColumnExtensionMethods(c: Column[P1])
Type Members
-
type
o = AnyRef { ... /* 3 definitions in type refinement */ }
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
def
<[P2, R](e: Column[P2])(implicit om: OptionMapper2[P1, P1, Boolean, P1, P2, R]): Column[R]
-
def
<=[P2, R](e: Column[P2])(implicit om: OptionMapper2[P1, P1, Boolean, P1, P2, R]): Column[R]
-
def
=!=[P2, R](e: Column[P2])(implicit om: OptionMapper2[P1, P1, Boolean, P1, P2, R]): Column[R]
-
final
def
==(arg0: Any): Boolean
-
def
===[P2, R](e: Column[P2])(implicit om: OptionMapper2[P1, P1, Boolean, P1, P2, R]): Column[R]
-
def
>[P2, R](e: Column[P2])(implicit om: OptionMapper2[P1, P1, Boolean, P1, P2, R]): Column[R]
-
def
>=[P2, R](e: Column[P2])(implicit om: OptionMapper2[P1, P1, Boolean, P1, P2, R]): Column[R]
-
def
?: Column[Option[P1]]
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
b1Type: TypedType[P1]
-
def
between[P2, P3, R](start: Column[P2], end: Column[P3])(implicit om: OptionMapper3[P1, P1, P1, Boolean, P1, P2, P3, R]): Column[R]
-
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
def
ifNull[B2, P2, R](e: Column[P2])(implicit om: OptionMapper2[P1, B2, Boolean, P1, P2, R]): Column[P2]
-
def
in[P2, R, C[_]](e: Query[Column[P2], _, C])(implicit om: OptionMapper2[P1, P1, Boolean, P1, P2, R]): Column[R]
-
def
inSet[R](seq: Traversable[P1])(implicit om: OptionMapper2[P1, P1, Boolean, P1, P1, R]): Column[R]
-
def
inSetBind[R](seq: Traversable[P1])(implicit om: OptionMapper2[P1, P1, Boolean, P1, P1, R]): Column[R]
-
final
def
isInstanceOf[T0]: Boolean
-
-
implicit
def
optionType: TypedType[Option[P1]]
-
implicit
def
p1Type: TypedType[P1]
-
def
toString(): String
-
Shadowed Implicit Value Members
-
val
self: Any
-
val
self: Any
Deprecated Value Members
-
def
is[P2, R](e: Column[P2])(implicit om: OptionMapper2[P1, P1, Boolean, P1, P2, R]): Column[R]
-
def
isNot[P2, R](e: Column[P2])(implicit om: OptionMapper2[P1, P1, Boolean, P1, P2, R]): Column[R]
-
def
isNotNull: Column[Boolean]
-
def
isNull: Column[Boolean]
-
-
Inherited from AnyVal
Inherited from NotNull
Inherited from Any