FFmpegfs Fuse Multi Media Filesystem 2.16
Public Attributes | List of all members
Cache::TABLE_COLUMNS Struct Reference

Column definition of sql table. More...

#include <cache.h>

Public Attributes

const char * name
 Column name. More...
 
const char * type
 Column type (INT, CHAR etc) More...
 

Detailed Description

Column definition of sql table.

Definition at line 123 of file cache.h.

Member Data Documentation

◆ name

const char* Cache::TABLE_COLUMNS::name

Column name.

Definition at line 125 of file cache.h.

◆ type

const char* Cache::TABLE_COLUMNS::type

Column type (INT, CHAR etc)

Definition at line 126 of file cache.h.


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