COOPY » Guide
version 0.6.5
|
#include <coopy/RemoteSqlSheet.h>
#include <coopy/RemoteSqlTextBook.h>
#include <coopy/Dbg.h>
#include <coopy/MergeOutputSqlDiff.h>
#include <sqlxx.h>
#include <strutilsxx.h>
#include <algorithm>
Go to the source code of this file.
Defines | |
#define | SQL_CONNECTION(x) (*((CSQL*)((x)->getSqlInterface()))) |
#define SQL_CONNECTION | ( | x | ) | (*((CSQL*)((x)->getSqlInterface()))) |
Definition at line 17 of file RemoteSqlSheet.cpp.
Referenced by coopy::store::remotesql::RemoteSqlSheet::applyRowCache(), coopy::store::remotesql::RemoteSqlSheet::beginTransaction(), coopy::store::remotesql::RemoteSqlSheet::cellString(), coopy::store::remotesql::RemoteSqlSheet::deleteData(), coopy::store::remotesql::RemoteSqlSheet::endTransaction(), and coopy::store::remotesql::RemoteSqlSheet::RemoteSqlSheet().