collationList

Queries a list of all collating sequences defined for the current database connection.

This pragma returns a cursor with two columns:

  • seq: A sequence number.

  • name: The name of the collating sequence (e.g., BINARY, NOCASE, RTRIM).

It lists the built-in collating functions as well as any application-defined ones.

Author

MOHAMMAD AZIM ANSARI

See also