LikeConditionEscapeUtil

scalikejdbc.LikeConditionEscapeUtil
See theLikeConditionEscapeUtil companion class

Attributes

Companion
class
Source
LikeConditionEscapeUtil.scala
Graph
Supertypes
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Inherited methods

def beginsWith(value: String): String

Attributes

Inherited from:
LikeConditionEscapeUtil
Source
LikeConditionEscapeUtil.scala
def contains(value: String): String

Attributes

Inherited from:
LikeConditionEscapeUtil
Source
LikeConditionEscapeUtil.scala
def endsWith(value: String): String

Attributes

Inherited from:
LikeConditionEscapeUtil
Source
LikeConditionEscapeUtil.scala
def escape(condition: String): String

Attributes

Inherited from:
LikeConditionEscapeUtil
Source
LikeConditionEscapeUtil.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val DEFAULT_ESCAPE_CHAR: String

Attributes

Source
LikeConditionEscapeUtil.scala