gdrsclib
Data Fields
CollSeq Struct Reference

Data Fields

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

Detailed Description

Definition at line 8670 of file sqlite3.c.

Field Documentation

◆ enc

u8 enc

Definition at line 8672 of file sqlite3.c.

◆ pUser

void* pUser

Definition at line 8674 of file sqlite3.c.

◆ type

u8 type

Definition at line 8673 of file sqlite3.c.

◆ xCmp

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

Definition at line 8675 of file sqlite3.c.

◆ xDel

void(* xDel) (void *)

Definition at line 8676 of file sqlite3.c.

◆ zName

char* zName

Definition at line 8671 of file sqlite3.c.


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