final
class
OptionColumnExtensionMethods[B1] extends AnyVal with ColumnExtensionMethods[B1, Option[B1]]
Instance Constructors
-
new
OptionColumnExtensionMethods(c: Column[Option[B1]])
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[B1, B1, Boolean, Option[B1], P2, R]): Column[R]
-
def
<=[P2, R](e: Column[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Column[R]
-
def
=!=[P2, R](e: Column[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Column[R]
-
final
def
==(arg0: Any): Boolean
-
def
===[P2, R](e: Column[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Column[R]
-
def
>[P2, R](e: Column[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Column[R]
-
def
>=[P2, R](e: Column[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Column[R]
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
b1Type: TypedType[B1]
-
def
between[P2, P3, R](start: Column[P2], end: Column[P3])(implicit om: OptionMapper3[B1, B1, B1, Boolean, Option[B1], P2, P3, R]): Column[R]
-
val
c: Column[Option[B1]]
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
get: Column[B1]
-
def
getClass(): Class[_ <: AnyVal]
-
def
getOrElse(default: ⇒ B1): Column[B1]
-
def
ifNull[B2, P2, R](e: Column[P2])(implicit om: OptionMapper2[B1, B2, Boolean, Option[B1], P2, R]): Column[P2]
-
def
in[P2, R, C[_]](e: Query[Column[P2], _, C])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Column[R]
-
def
inSet[R](seq: Traversable[B1])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], Option[B1], R]): Column[R]
-
def
inSetBind[R](seq: Traversable[B1])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], Option[B1], R]): Column[R]
-
def
isDefined: Column[Boolean]
-
def
isEmpty: Column[Boolean]
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
nonEmpty: Column[Boolean]
-
implicit
def
optionType: TypedType[Option[B1]]
-
implicit
def
p1Type: TypedType[Option[B1]]
-
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[B1, B1, Boolean, Option[B1], P2, R]): Column[R]
-
def
isNot[P2, R](e: Column[P2])(implicit om: OptionMapper2[B1, B1, Boolean, Option[B1], P2, R]): Column[R]
-
def
isNotNull: Column[Boolean]
-
def
isNull: Column[Boolean]
-
-
Inherited from AnyVal
Inherited from NotNull
Inherited from Any