scala.slick.lifted

StringColumnExtensionMethods

final class StringColumnExtensionMethods[P1] extends AnyVal with ExtensionMethods[String, P1]

Extension methods for Column[String] and Column[Option[String]]

Source
ExtensionMethods.scala
Linear Supertypes
ExtensionMethods[String, P1], AnyVal, NotNull, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StringColumnExtensionMethods
  2. ExtensionMethods
  3. AnyVal
  4. NotNull
  5. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StringColumnExtensionMethods(c: Column[P1])

Type Members

  1. type o = AnyRef { ... /* 3 definitions in type refinement */ }

    Definition Classes
    ExtensionMethods

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  4. def ++[P2, R](e: Column[P2])(implicit om: OptionMapper2[String, String, String, P1, P2, R]): Column[R]

  5. def ->[B](y: B): (StringColumnExtensionMethods[P1], B)

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to ArrowAssoc[StringColumnExtensionMethods[P1]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. implicit def b1Type: TypedType[String]

    Definition Classes
    ExtensionMethods
  9. val c: Column[P1]

  10. def endsWith[R](s: String)(implicit om: OptionMapper2[String, String, Boolean, P1, P1, R]): Column[R]

  11. def ensuring(cond: (StringColumnExtensionMethods[P1]) ⇒ Boolean, msg: ⇒ Any): StringColumnExtensionMethods[P1]

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to Ensuring[StringColumnExtensionMethods[P1]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (StringColumnExtensionMethods[P1]) ⇒ Boolean): StringColumnExtensionMethods[P1]

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to Ensuring[StringColumnExtensionMethods[P1]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): StringColumnExtensionMethods[P1]

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to Ensuring[StringColumnExtensionMethods[P1]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): StringColumnExtensionMethods[P1]

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to Ensuring[StringColumnExtensionMethods[P1]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def length[R](implicit om: OptionMapper2[String, String, Int, P1, P1, R]): Column[R]

  19. def like[P2, R](e: Column[P2], esc: Char = '\u0000')(implicit om: OptionMapper2[String, String, Boolean, P1, P2, R]): Column[R]

  20. def ltrim: Column[P1]

  21. def n: Node

    Definition Classes
    ExtensionMethods
    Annotations
    @inline()
  22. implicit def optionType: TypedType[Option[String]]

    Definition Classes
    ExtensionMethods
  23. implicit def p1Type: TypedType[P1]

    Definition Classes
    ExtensionMethods
    Annotations
    @inline()
  24. def rtrim: Column[P1]

  25. def startsWith[R](s: String)(implicit om: OptionMapper2[String, String, Boolean, P1, P1, R]): Column[R]

  26. def toLowerCase: Column[P1]

  27. def toString(): String

    Definition Classes
    Any
  28. def toUpperCase: Column[P1]

  29. def trim: Column[P1]

  30. def [B](y: B): (StringColumnExtensionMethods[P1], B)

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to ArrowAssoc[StringColumnExtensionMethods[P1]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (stringColumnExtensionMethods: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (stringColumnExtensionMethods: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: StringColumnExtensionMethods[P1]

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to ArrowAssoc[StringColumnExtensionMethods[P1]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (stringColumnExtensionMethods: ArrowAssoc[StringColumnExtensionMethods[P1]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: StringColumnExtensionMethods[P1]

    Implicit information
    This member is added by an implicit conversion from StringColumnExtensionMethods[P1] to Ensuring[StringColumnExtensionMethods[P1]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (stringColumnExtensionMethods: Ensuring[StringColumnExtensionMethods[P1]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ExtensionMethods[String, P1]

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Inherited by implicit conversion any2stringadd from StringColumnExtensionMethods[P1] to StringAdd

Inherited by implicit conversion any2stringfmt from StringColumnExtensionMethods[P1] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from StringColumnExtensionMethods[P1] to ArrowAssoc[StringColumnExtensionMethods[P1]]

Inherited by implicit conversion any2Ensuring from StringColumnExtensionMethods[P1] to Ensuring[StringColumnExtensionMethods[P1]]

Ungrouped