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

Data Fields

char sign
char isSpecial
int n
int iDP
char * z
char zBuf [24]

Detailed Description

Definition at line 21188 of file sqlite3.c.

Field Documentation

◆ iDP

int FpDecode::iDP

Definition at line 21192 of file sqlite3.c.

◆ isSpecial

char FpDecode::isSpecial

Definition at line 21190 of file sqlite3.c.

◆ n

int FpDecode::n

Definition at line 21191 of file sqlite3.c.

◆ sign

char FpDecode::sign

Definition at line 21189 of file sqlite3.c.

◆ z

char* FpDecode::z

Definition at line 21193 of file sqlite3.c.

◆ zBuf

char FpDecode::zBuf[24]

Definition at line 21194 of file sqlite3.c.


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