Mobile API Reference  MicroStrategy 2019
MCESchema.h File Reference
#include "MCE/MCEDataType.h"
#include "MCE/MCEAttr.h"
#include "Includes/DFCSchemaInterface.h"

Go to the source code of this file.

Classes

class  MCESchema
 

Macros

#define XMCEAncestor   0x00000001
 
#define XMCEDescendant   0x00000002
 
#define XMCEM2M   0x00000004
 
#define XMCESibling   0x0000008
 
#define XMCENoRelation   0x00000010
 

Typedefs

typedef vector< DFCBitVectorBase *, MBase::Allocator< DFCBitVectorBase * > > VecBitVec
 

Enumerations

enum  EnumMCEJoinDirection { MCEDownward = 0, MCEUpward = 1, MCEDownwardThenUpward = 2, MCENoDirection = 3 }
 
enum  EnumMCEAttrRelation {
  MCENoRelation = 0, MCEAncestor = 1, MCEDescendant = 2, MCEM2M = 3,
  MCESibling = 4
}
 

Macro Definition Documentation

◆ XMCEAncestor

#define XMCEAncestor   0x00000001

◆ XMCEDescendant

#define XMCEDescendant   0x00000002

◆ XMCEM2M

#define XMCEM2M   0x00000004

◆ XMCENoRelation

#define XMCENoRelation   0x00000010

◆ XMCESibling

#define XMCESibling   0x0000008

Typedef Documentation

◆ VecBitVec

typedef vector<DFCBitVectorBase *, MBase::Allocator<DFCBitVectorBase *> > VecBitVec

Enumeration Type Documentation

◆ EnumMCEAttrRelation

Enumerator
MCENoRelation 
MCEAncestor 
MCEDescendant 
MCEM2M 
MCESibling 

◆ EnumMCEJoinDirection

Enumerator
MCEDownward 
MCEUpward 
MCEDownwardThenUpward 
MCENoDirection