gdrsclib
Data Fields
sqlite3_backup Struct Reference

Data Fields

sqlite3pDestDb
 
BtreepDest
 
u32 iDestSchema
 
int bDestLocked
 
Pgno iNext
 
sqlite3pSrcDb
 
BtreepSrc
 
int rc
 
Pgno nRemaining
 
Pgno nPagecount
 
int isAttached
 
sqlite3_backuppNext
 

Detailed Description

Definition at line 45396 of file sqlite3.c.

Field Documentation

◆ bDestLocked

int bDestLocked

Definition at line 45400 of file sqlite3.c.

◆ iDestSchema

u32 iDestSchema

Definition at line 45399 of file sqlite3.c.

◆ iNext

Pgno iNext

Definition at line 45402 of file sqlite3.c.

◆ isAttached

int isAttached

Definition at line 45414 of file sqlite3.c.

◆ nPagecount

Pgno nPagecount

Definition at line 45412 of file sqlite3.c.

◆ nRemaining

Pgno nRemaining

Definition at line 45411 of file sqlite3.c.

◆ pDest

Btree* pDest

Definition at line 45398 of file sqlite3.c.

◆ pDestDb

sqlite3* pDestDb

Definition at line 45397 of file sqlite3.c.

◆ pNext

Definition at line 45415 of file sqlite3.c.

◆ pSrc

Btree* pSrc

Definition at line 45404 of file sqlite3.c.

◆ pSrcDb

sqlite3* pSrcDb

Definition at line 45403 of file sqlite3.c.

◆ rc

int rc

Definition at line 45406 of file sqlite3.c.


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