Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
CollSeq Struct Reference

Data Fields

char * zName
u8 enc
void * pUser
int(* xCmp )(void *, int, const void *, int, const void *)
void(* xDel )(void *)

Detailed Description

Definition at line 18669 of file sqlite3.c.

Field Documentation

◆ enc

u8 CollSeq::enc

Definition at line 18671 of file sqlite3.c.

◆ pUser

void* CollSeq::pUser

Definition at line 18672 of file sqlite3.c.

◆ xCmp

int(* CollSeq::xCmp) (void *, int, const void *, int, const void *)

Definition at line 18673 of file sqlite3.c.

◆ xDel

void(* CollSeq::xDel) (void *)

Definition at line 18674 of file sqlite3.c.

◆ zName

char* CollSeq::zName

Definition at line 18670 of file sqlite3.c.


The documentation for this struct was generated from the following file: