#include "error.h"
#include "datetime.inl"
#include "connection.h"
#include "column.h"
#include "resultset.h"
#include "statement.h"
#include "parameter.h"
Namespaces | |
namespace | oralib |
Defines | |
#define | ORALIB_NO_ERROR_DISPLAY |
Tells compiler whether to include error.display method. Presence of error.display method forces the compiler to include iostream. If this line is left uncommented that method will be removed. | |
#define | IN |
IN-prefixed parameters are input-ones. | |
#define | OUT |
Marks a parameter as output-one. | |
#define | OPTIONAL |
OUTPUT-prefixed parameters are not required, but are having default value instead. |
Include that file in your projects since it includes all headers.