| 
    
     COOPY » Guide
    version 0.6.5
    
   
   | 
  
  
  
 
#include <coopy/Dbg.h>#include <coopy/SqliteSheet.h>#include <coopy/Stringer.h>#include <sqlite3.h>#include <coopy/SqlCompare.h>Go to the source code of this file.
Namespaces | |
| namespace | coopy | 
All COOPY toolbox classes.  | |
| namespace | coopy::store | 
Storage for tables.  | |
Defines | |
| #define | DB(x) ((sqlite3 *)(x)) | 
Variables | |
| static const char * | sql_keywords [] | 
| #define DB | ( | x | ) | ((sqlite3 *)(x)) | 
Definition at line 165 of file SqliteSheet.cpp.
Referenced by coopy::store::sqlite::SqliteSheet::applyRowCache(), coopy::store::sqlite::SqliteSheet::cellString(), coopy::store::sqlite::SqliteSheet::compare(), coopy::store::sqlite::SqliteSheet::connect(), coopy::store::sqlite::SqliteSheet::create(), coopy::store::sqlite::SqliteSheet::deleteColumn(), coopy::store::sqlite::SqliteSheet::deleteData(), coopy::store::sqlite::SqliteSheet::deleteRow(), coopy::store::sqlite::SqliteSheet::getRawHash(), coopy::store::sqlite::SqliteSheet::insertColumn(), coopy::store::sqlite::SqliteSheet::insertRow(), and coopy::store::sqlite::SqliteSheet::moveColumn().
const char* sql_keywords[] [static] | 
        
Definition at line 19 of file SqliteSheet.cpp.
Referenced by coopy::store::sqlite::SqliteSheet::isReserved().
 1.7.4