#include <IDatabaseSchema.h>
Definition at line 130 of file IDatabaseSchema.h.
ora::INamingServiceTable::INamingServiceTable |
( |
coral::ISchema & |
schema | ) |
|
|
explicit |
Definition at line 139 of file IDatabaseSchema.cc.
IDatabaseTable(coral::ISchema &schema)
coral::ISchema & schema()
virtual ora::INamingServiceTable::~INamingServiceTable |
( |
| ) |
|
|
inlinevirtual |
virtual bool ora::INamingServiceTable::eraseAllNames |
( |
| ) |
|
|
pure virtual |
virtual bool ora::INamingServiceTable::eraseObjectName |
( |
const std::string & |
name | ) |
|
|
pure virtual |
virtual bool ora::INamingServiceTable::getAllNames |
( |
std::vector< std::string > & |
destination | ) |
|
|
pure virtual |
virtual bool ora::INamingServiceTable::getNamesForContainer |
( |
int |
contId, |
|
|
std::vector< std::string > & |
destination |
|
) |
| |
|
pure virtual |
virtual bool ora::INamingServiceTable::getNamesForObject |
( |
int |
contId, |
|
|
int |
itemId, |
|
|
std::vector< std::string > & |
destination |
|
) |
| |
|
pure virtual |
virtual bool ora::INamingServiceTable::getObjectByName |
( |
const std::string & |
name, |
|
|
std::pair< int, int > & |
destination |
|
) |
| |
|
pure virtual |
virtual void ora::INamingServiceTable::setObjectName |
( |
const std::string & |
name, |
|
|
int |
contId, |
|
|
int |
itemId |
|
) |
| |
|
pure virtual |