Packages

trait StringColMagnet[C] extends (Magnets.this)#Magnet[C] with (Magnets.this)#HexCompatible[C] with (Magnets.this)#ComparableWith[(Magnets.this)#StringColMagnet[_]] with (Magnets.this)#ScalaStringFunctionOps with (Magnets.this)#StringOps with (Magnets.this)#StringSearchOps with (Magnets.this)#EmptyNonEmptyCol[C]

String-like columns

Linear Supertypes
(Magnets.this)#EmptyNonEmptyCol[C], (Magnets.this)#StringSearchOps, (Magnets.this)#StringOps, (Magnets.this)#ScalaStringFunctionOps, (Magnets.this)#ComparableWith[(Magnets.this)#StringColMagnet[_]], (Magnets.this)#HexCompatible[C], (Magnets.this)#Magnet[C], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringColMagnet
  2. EmptyNonEmptyCol
  3. StringSearchOps
  4. StringOps
  5. ScalaStringFunctionOps
  6. ComparableWith
  7. HexCompatible
  8. Magnet
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val column: TableColumn[C]
    Definition Classes
    Magnet

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def <(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  5. def <=(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  6. def <>(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def ===(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  9. def >(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  10. def >=(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  11. def appendTrailingCharIfAbsent(col: (Magnets.this)#StringColMagnet[_], c: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#AppendTrailingCharIfAbsent
    Definition Classes
    StringOps
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def concat(col2: (Magnets.this)#StringColMagnet[_], coln: (Magnets.this)#StringColMagnet[_]*): (Magnets.this)#Concat
    Definition Classes
    StringOps
  15. def contains(other: (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
    Definition Classes
    ScalaStringFunctionOps
  16. def containsAnyOf[S](others: Iterable[S])(implicit ev: (S) ⇒ (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
    Definition Classes
    ScalaStringFunctionOps
  17. def convertCharset(from: (Magnets.this)#StringColMagnet[_], to: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ConvertCharset
    Definition Classes
    StringOps
  18. def empty(): (Magnets.this)#Empty
    Definition Classes
    StringOps
  19. def endsWith(other: (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
    Definition Classes
    ScalaStringFunctionOps
  20. def endsWithAnyOf[S](others: Seq[S])(implicit ev: (S) ⇒ (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
    Definition Classes
    ScalaStringFunctionOps
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def extract(pattern: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#Extract
    Definition Classes
    StringSearchOps
  24. def extractAll(pattern: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ExtractAll
    Definition Classes
    StringSearchOps
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def isEq(other: (Magnets.this)#StringColMagnet[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def length(): (Magnets.this)#Length
    Definition Classes
    StringOps
  30. def lengthUTF8(): (Magnets.this)#LengthUTF8
    Definition Classes
    StringOps
  31. def like(pattern: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#Like
    Definition Classes
    StringSearchOps
  32. def like[S](others: Iterable[S])(implicit ev: (S) ⇒ (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
    Definition Classes
    ScalaStringFunctionOps
  33. def lower(): (Magnets.this)#Lower
    Definition Classes
    StringOps
  34. def lowerUTF8(): (Magnets.this)#LowerUTF8
    Definition Classes
    StringOps
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def notEmpty(): (Magnets.this)#NotEmpty
    Definition Classes
    StringOps
  37. def notLike(pattern: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#NotLike
    Definition Classes
    StringSearchOps
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def position(needle: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#Position
    Definition Classes
    StringSearchOps
  41. def positionCaseInsensitive(needle: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#Position
    Definition Classes
    StringSearchOps
  42. def positionUTF8(needle: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#PositionUTF8
    Definition Classes
    StringSearchOps
  43. def positionUTF8CaseInsensitive(needle: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#PositionUTF8
    Definition Classes
    StringSearchOps
  44. def replaceAll(pattern: (Magnets.this)#StringColMagnet[_], replacement: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ReplaceAll
    Definition Classes
    StringSearchOps
  45. def replaceOne(pattern: (Magnets.this)#StringColMagnet[_], replacement: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ReplaceOne
    Definition Classes
    StringSearchOps
  46. def replaceRegexpAll(pattern: (Magnets.this)#StringColMagnet[_], replacement: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ReplaceRegexpAll
    Definition Classes
    StringSearchOps
  47. def replaceRegexpOne(pattern: (Magnets.this)#StringColMagnet[_], replacement: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#ReplaceRegexpOne
    Definition Classes
    StringSearchOps
  48. def reverse(): (Magnets.this)#Reverse
    Definition Classes
    StringOps
  49. def reverseUTF8(): (Magnets.this)#ReverseUTF8
    Definition Classes
    StringOps
  50. def startsWith(other: (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
    Definition Classes
    ScalaStringFunctionOps
  51. def startsWithAnyOf[S](others: Seq[S])(implicit ev: (S) ⇒ (Magnets.this)#StringColMagnet[_]): TableColumn[Boolean]
    Definition Classes
    ScalaStringFunctionOps
  52. def strMatch(pattern: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#StrMatch
    Definition Classes
    StringSearchOps
  53. def substring(offset: (Magnets.this)#NumericCol[_], length: (Magnets.this)#NumericCol[_]): (Magnets.this)#Substring
    Definition Classes
    StringOps
  54. def substringUTF8(col: (Magnets.this)#StringColMagnet[_], offset: (Magnets.this)#NumericCol[_], length: (Magnets.this)#NumericCol[_]): (Magnets.this)#SubstringUTF8
    Definition Classes
    StringOps
  55. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. def upper(): (Magnets.this)#Upper
    Definition Classes
    StringOps
  58. def upperUTF8(): (Magnets.this)#UpperUTF8
    Definition Classes
    StringOps
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def ||(col2: (Magnets.this)#StringColMagnet[_]): (Magnets.this)#Concat
    Definition Classes
    StringOps

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from (Magnets.this)#EmptyNonEmptyCol[C]

Inherited from (Magnets.this)#StringSearchOps

Inherited from (Magnets.this)#StringOps

Inherited from (Magnets.this)#ScalaStringFunctionOps

Inherited from (Magnets.this)#ComparableWith[(Magnets.this)#StringColMagnet[_]]

Inherited from (Magnets.this)#HexCompatible[C]

Inherited from (Magnets.this)#Magnet[C]

Inherited from AnyRef

Inherited from Any

Ungrouped