createrepo_c library  0.10.0
C library for metadata manipulation
cr_SqliteDb Struct Reference

#include <sqlite.h>

Data Fields

sqlite3 * db
 
cr_DatabaseType type
 
cr_Statements statements
 

Detailed Description

cr_SqliteDb structure.

Definition at line 87 of file sqlite.h.

Field Documentation

◆ db

sqlite3* db

Sqlite database

Definition at line 88 of file sqlite.h.

◆ statements

cr_Statements statements

Compiled SQL statements

Definition at line 92 of file sqlite.h.

◆ type

Type of Sqlite database.

Definition at line 90 of file sqlite.h.


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