ldbc.core.Collate
See theCollate companion object
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
- Source
- Character.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Name of the character set with which the collation is associated.
Whether the character set is compiled to the server.
Whether the collation is the default for the character set.
Collation ID.
Collate name
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
- Source
- Character.scala
Concrete fields
Variable that contains the SQL string of Collate
Variable that contains the SQL string of Collate
Attributes
- Returns
-
SQL query string
- Source
- Character.scala
In this article