COOPY » Guide
version 0.6.5
|
#include <coopy/SqliteTextBook.h>
#include <coopy/SqliteSheet.h>
#include <coopy/MergeOutputSqlDiff.h>
#include <coopy/FormatSniffer.h>
#include <coopy/OS.h>
#include <sqlite3.h>
#include <stdio.h>
#include <coopy/Stringer.h>
#include <algorithm>
Go to the source code of this file.
Defines | |
#define | WANT_VECTOR2STRING |
#define | DB(x) ((sqlite3 *)(x)) |
Functions | |
void | coopy_set_function (sqlite3_context *context, int argc, sqlite3_value **argv) |
void | coopy_add_function (sqlite3_context *context, int argc, sqlite3_value **argv) |
#define DB | ( | x | ) | ((sqlite3 *)(x)) |
Definition at line 21 of file SqliteTextBook.cpp.
Referenced by coopy::store::sqlite::SqliteTextBook::addSheet(), coopy::store::sqlite::SqliteTextBook::clear(), coopy::store::sqlite::SqliteTextBook::read(), and coopy::store::sqlite::SqliteTextBook::save().
#define WANT_VECTOR2STRING |
Definition at line 10 of file SqliteTextBook.cpp.
void coopy_add_function | ( | sqlite3_context * | context, |
int | argc, | ||
sqlite3_value ** | argv | ||
) |
Definition at line 39 of file SqliteTextBook.cpp.
References coopy::store::Sha1Generator::add().
Referenced by coopy::store::sqlite::SqliteTextBook::read().
void coopy_set_function | ( | sqlite3_context * | context, |
int | argc, | ||
sqlite3_value ** | argv | ||
) |
Definition at line 23 of file SqliteTextBook.cpp.
References COOPY_ASSERT, and coopy::store::Sha1Generator::finish().
Referenced by coopy::store::sqlite::SqliteTextBook::read().