COOPY » Guide  version 0.6.5
Defines
/home/paulfitz/cvs/coopy_scm/coopy/src/libjackcess/JackSheet.cpp File Reference
#include <coopy/Dbg.h>
#include <coopy/JackSheet.h>
#include <gcj/cni.h>
#include <JackBox.h>

Go to the source code of this file.

Defines

#define Savepoint   Cursor$Savepoint
#define DB(x)   ((Database *)(x))
#define TABLE(x)   ((Table *)(x))
#define BOX(x)   ((JackBox *)(x))
#define CURSOR(x)   ((Cursor *)(x))
#define JS(x)   JvNewStringLatin1(x)

Define Documentation

#define BOX (   x)    ((JackBox *)(x))
#define CURSOR (   x)    ((Cursor *)(x))

Definition at line 19 of file JackSheet.cpp.

Referenced by coopy::store::mdb::JackSheet::cellString().

#define DB (   x)    ((Database *)(x))

Definition at line 16 of file JackSheet.cpp.

Referenced by coopy::store::mdb::JackSheet::connect().

#define JS (   x)    JvNewStringLatin1(x)
#define Savepoint   Cursor$Savepoint

Definition at line 14 of file JackSheet.cpp.

Referenced by coopy::store::mdb::JackSheet::cellString().

#define TABLE (   x)    ((Table *)(x))

Definition at line 17 of file JackSheet.cpp.

Referenced by coopy::store::mdb::JackSheet::cellString().

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines