Collate

ldbc.core.Collate
See theCollate companion object
trait Collate[T <: COLLATION_TYPE]

A model for representing collations to be set in column definitions for the string data types CHAR, VARCHAR, TEXT, ENUM, SET, and any synonym.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Name of the character set with which the collation is associated.

Name of the character set with which the collation is associated.

Attributes

def compiled: Boolean

Whether the character set is compiled to the server.

Whether the character set is compiled to the server.

Attributes

def default: Boolean

Whether the collation is the default for the character set.

Whether the collation is the default for the character set.

Attributes

def id: Int

Collation ID.

Collation ID.

Attributes

def name: String

Collate name

Collate name

Attributes

def sortLen: Int

It relates to the amount of memory required to sort a string represented by a character set.

It relates to the amount of memory required to sort a string represented by a character set.

Attributes

Concrete fields

val queryString: String

Variable that contains the SQL string of Collate

Variable that contains the SQL string of Collate

Attributes

Returns

SQL query string