COOPY » Guide
version 0.6.5
|
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 BOX | ( | x | ) | ((JackBox *)(x)) |
Definition at line 18 of file JackSheet.cpp.
Referenced by coopy::store::mdb::JackSheet::cellString(), and coopy::store::mdb::JackSheet::connect().
#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) |
Definition at line 21 of file JackSheet.cpp.
Referenced by coopy::store::mdb::JackSheet::cellString(), and coopy::store::mdb::JackSheet::connect().
#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().