Collation

dappermongo.Collation
See theCollation companion object
case class Collation(locale: Option[String], caseLevel: Option[Boolean], caseFirst: Option[CaseFirst], strength: Option[Strength], numericOrdering: Option[Boolean], alternate: Option[Alternate], maxVariable: Option[MaxVariable], backwards: Option[Boolean], normalization: Option[Boolean])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asJava: Collation

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product