FFmpegfs Fuse Multi Media Filesystem 2.19
Loading...
Searching...
No Matches
Public Attributes | List of all members
Cache::TABLE_DEF Struct Reference

Definition of sql table. More...

#include <cache.h>

Public Attributes

const char * name
 Table name.
 
const char * primary_key
 Primary key of table.
 

Detailed Description

Definition of sql table.

Definition at line 112 of file cache.h.

Member Data Documentation

◆ name

const char* Cache::TABLE_DEF::name

Table name.

Definition at line 114 of file cache.h.

Referenced by Cache::upgrade_db().

◆ primary_key

const char* Cache::TABLE_DEF::primary_key

Primary key of table.

Definition at line 115 of file cache.h.


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