final
class
StringColumnExtensionMethods[P1] extends AnyVal with ExtensionMethods[String, P1]
Instance Constructors
-
new
StringColumnExtensionMethods(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[String, String, String, P1, P2, R]): Column[R]
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
b1Type: TypedType[String]
-
-
def
drop[P2, R](num: Column[P2])(implicit om: OptionMapper2[String, Int, String, P1, P2, R]): Column[R]
-
def
endsWith[R](s: String)(implicit om: OptionMapper2[String, String, Boolean, P1, P1, R]): Column[R]
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
def
indexOf[P2, R](str: Column[P2])(implicit om: OptionMapper2[String, String, Int, P1, P2, R]): Column[R]
-
final
def
isInstanceOf[T0]: Boolean
-
def
length[R](implicit om: OptionMapper2[String, String, Int, P1, P1, R]): Column[R]
-
def
like[P2, R](e: Column[P2], esc: Char = '\u0000')(implicit om: OptionMapper2[String, String, Boolean, P1, P2, R]): Column[R]
-
def
ltrim: Column[P1]
-
-
implicit
def
optionType: TypedType[Option[String]]
-
implicit
def
p1Type: TypedType[P1]
-
def
replace[P2, P3, R](target: Column[P2], replacement: Column[P3])(implicit om: OptionMapper3[String, String, String, String, P1, P2, P3, R]): Column[R]
-
def
reverseString: Column[P1]
-
def
rtrim: Column[P1]
-
def
startsWith[R](s: String)(implicit om: OptionMapper2[String, String, Boolean, P1, P1, R]): Column[R]
-
def
substring[P2, R](start: Column[P2])(implicit om: OptionMapper2[String, Int, String, P1, P2, R]): Column[R]
-
def
substring[P2, P3, R](start: Column[P2], end: Column[P3])(implicit om: OptionMapper3[String, Int, Int, String, P1, P2, P3, R]): Column[R]
-
def
take[P2, R](num: Column[P2])(implicit om: OptionMapper3[String, Int, Int, String, P1, Int, P2, R]): Column[R]
-
def
toLowerCase: Column[P1]
-
def
toString(): String
-
def
toUpperCase: Column[P1]
-
def
trim: Column[P1]
-
Shadowed Implicit Value Members
-
val
self: Any
-
val
self: Any
Inherited from AnyVal
Inherited from NotNull
Inherited from Any
Extension methods for Column[String] and Column[Option[String]]