StringColumnExtensionMethods

slick.lifted.StringColumnExtensionMethods
final class StringColumnExtensionMethods[P1](val c: Rep[P1]) extends AnyVal with ExtensionMethods[String, P1]

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

Attributes

Source:
ExtensionMethods.scala
Graph
Supertypes
trait ExtensionMethods[String, P1]
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def *[P2, R](i: Rep[P2])(implicit om: String <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala
def ++[P2, R](e: Rep[P2])(implicit om: String <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala
def drop[P2, R](num: Rep[P2])(implicit om: String <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala
def endsWith[R](s: String)(implicit om: Boolean <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala
def indexOf[P2, R](str: Rep[P2])(implicit om: Int <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala
def length[R](implicit om: Int <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala
def like[P2, R](e: Rep[P2], esc: Char)(implicit om: Boolean <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala
def ltrim: Rep[P1]

Attributes

Source:
ExtensionMethods.scala
def replace[P2, P3, R](target: Rep[P2], replacement: Rep[P3])(implicit om: String <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala

Attributes

Source:
ExtensionMethods.scala
def rtrim: Rep[P1]

Attributes

Source:
ExtensionMethods.scala
def startsWith[R](s: String)(implicit om: Boolean <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala
def substring[P2, P3, R](start: Rep[P2], end: Rep[P3])(implicit om: String <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala
def substring[P2, R](start: Rep[P2])(implicit om: String <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala
def take[P2, R](num: Rep[P2])(implicit om: String <none> R): Rep[R]

Attributes

Source:
ExtensionMethods.scala
def toLowerCase: Rep[P1]

Attributes

Source:
ExtensionMethods.scala
def toUpperCase: Rep[P1]

Attributes

Source:
ExtensionMethods.scala
def trim: Rep[P1]

Attributes

Source:
ExtensionMethods.scala

Concrete fields

val c: Rep[P1]

Attributes

Source:
ExtensionMethods.scala