CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include "rdbModel/Management/XercesBuilder.h"
#include "rdbModel/Management/Manager.h"
#include "rdbModel/Tables/Table.h"
#include "rdbModel/Tables/Column.h"
#include "rdbModel/Tables/Assertion.h"
#include "rdbModel/Tables/Datatype.h"
#include "rdbModel/Tables/Index.h"
#include "rdbModel/Tables/Set.h"
#include "rdbModel/Tables/Query.h"
#include "rdbModel/Tables/InterRow.h"
#include "rdbModel/Tables/Supersede.h"
#include "rdbModel/Tables/InsertNew.h"
#include "facilities/Util.h"
#include "xmlBase/XmlParser.h"
#include "xmlBase/Dom.h"
#include <iostream>
#include <cstdlib>
Go to the source code of this file.
Namespaces | |
namespace | rdbModel |
Macros | |
#define | SCHEMA_MAJOR_VERSION 2 |
#define | SCHEMA_MINOR_VERSION 0 |
#define SCHEMA_MAJOR_VERSION 2 |
Definition at line 21 of file XercesBuilder.cxx.
#define SCHEMA_MINOR_VERSION 0 |
Definition at line 22 of file XercesBuilder.cxx.