#include <eoid.hh>
|
enum | OIdType {
INVALID = 0,
MDDOID,
MDDCOLLOID,
MDDTYPEOID,
MDDBASETYPEOID,
MDDDIMTYPEOID,
MDDDOMTYPEOID,
STRUCTTYPEOID,
SETTYPEOID,
BLOBOID,
DBMINTERVALOID,
STORAGEOID,
MDDHIERIXOID,
DBTCINDEXOID,
INLINETILEOID,
INNEROID,
ATOMICTYPEOID,
UDFOID,
UDFPACKAGEOID,
MDDRCIXOID
} |
|
typedef int | OIdCounter |
|
typedef double | OIdPrimitive |
|
static OIdPrimitive | ID_MULTIPLIER |
|
static const char * | counterNames [] |
|
static unsigned int | maxCounter |
|
OIdCounter | oid |
|
OIdType | oidtype |
|
static bool | loadedOk |
|
static OIdCounter | nextMDDOID |
|
static OIdCounter | nextMDDCOLLOID |
|
static OIdCounter | nextMDDTYPEOID |
|
static OIdCounter | nextMDDBASETYPEOID |
|
static OIdCounter | nextMDDDIMTYPEOID |
|
static OIdCounter | nextMDDDOMTYPEOID |
|
static OIdCounter | nextSTRUCTTYPEOID |
|
static OIdCounter | nextSETTYPEOID |
|
static OIdCounter | nextBLOBOID |
|
static OIdCounter | nextDBMINTERVALOID |
|
static OIdCounter | nextSTORAGEOID |
|
static OIdCounter | nextMDDHIERIXOID |
|
static OIdCounter | nextATOMICTYPEOID |
|
static OIdCounter | nextMDDRCIXOID |
|
static OIdCounter | nextUDFOID |
|
static OIdCounter | nextUDFPACKAGEOID |
|
static OIdCounter * | counterIds [] |
|
EOId::EOId |
( |
const OId & |
id | ) |
|
const char* EOId::getBaseName |
( |
| ) |
const |
OId EOId::getOId |
( |
| ) |
const |
const char* EOId::getSystemName |
( |
| ) |
const |
bool EOId::operator!= |
( |
const EOId & |
one | ) |
const |
bool EOId::operator< |
( |
const EOId & |
old | ) |
const |
bool EOId::operator<= |
( |
const EOId & |
old | ) |
const |
EOId& EOId::operator= |
( |
const EOId & |
old | ) |
|
bool EOId::operator== |
( |
const EOId & |
one | ) |
const |
bool EOId::operator> |
( |
const EOId & |
old | ) |
const |
bool EOId::operator>= |
( |
const EOId & |
old | ) |
const |
void EOId::print_status |
( |
std::ostream & |
o | ) |
const |
The documentation for this class was generated from the following file: