Defining AlloyDB Collations

The following properties are applicable to an AlloyDB Collation object.

Tab

Property

Description

Additional Information

  Name Specifies the name of the collation  
  Generate Specifies whether a DDL statement is generated for the collation during forward engineering  
AlloyDB

 

 

 

 

Schema

Specifies the schema for the collation

 
Locale

This is a shortcut for setting LC_COLLATE and LC_CTYPE at once. If you specify this, you cannot specify either of those parameters.

 

LC_Collate

Use the specified operating system locale for the LC_COLLATE locale category. The locale must be applicable to the current database encoding.

 

LC_CType

Use the specified operating system locale for the LC_CTYPE locale category. The locale must be applicable to the current database encoding.

 

Copy Collation

Specifies the name of an existing collation to copy. The new collation will have the same properties as the existing one, but it will be an independent object.