Lines Matching full:collation
5033 ** ^These functions add, remove, or modify a [collation] associated
5036 ** ^The name of the collation is a UTF-8 string
5039 ** ^Collation names that compare equal according to [sqlite3_strnicmp()] are
5066 ** that collation is no longer usable.
5075 ** to the same collation name (using different eTextRep values) then all
5095 ** calls to the collation creation functions or when the
5133 ** CAPI3REF: Collation Needed Callbacks
5136 ** ^To avoid having to register all collation sequences before a database
5138 ** [database connection] to be invoked whenever an undefined collation
5142 ** then it is passed the names of undefined collation sequences as strings
5145 ** ^A call to either function replaces the existing collation-needed callback.
5151 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation
5153 ** required collation sequence.)^
5155 ** The callback function should register the desired collation using
5691 ** <tr><td> 6th <td> const char* <td> Name of default collation sequence
5699 ** declaration type and collation sequence is valid until the next
5713 ** collation sequence: "BINARY"
5729 char const **pzCollSeq, /* OUTPUT: Collation sequence name */