Instances of the class IldSynonym
hold the description of a synonym.
More...
#include <ildblink/ildsyn.h>
Public Member Functions | |
virtual | ~IldSynonym () |
This destructor deletes the link and target strings from the current object. | |
const char * | getLink () const |
Get the related link. More... | |
const char * | getTarget () const |
Get the target name. More... | |
const char * | getTargetOwner () const |
Get the target owner. More... | |
Public Member Functions inherited from IldSchemaEntity | |
virtual | ~IldSchemaEntity () |
This virtual destructor is invoked when any instance of a subclass from IldSchemaEntity is being destroyed. More... | |
IldDbms * | getDbms () const |
Get the attached to connection object. More... | |
IldEntityType | getEntityType () const |
Get the type of the entity. More... | |
IlInt | getId () const |
get the identifier of the entity. More... | |
const char * | getName () const |
Get the name of the entity. More... | |
const char * | getOwner () const |
Get the owner of the entity. More... | |
Instances of the class IldSynonym
hold the description of a synonym.
Library: dbkernel
As with all schema entity descriptor classes, this class is intended to be used on a read-only basis.
const char * IldSynonym::getLink | ( | ) | const |
Get the related link.
const char * IldSynonym::getTarget | ( | ) | const |
Get the target name.
const char * IldSynonym::getTargetOwner | ( | ) | const |
Get the target owner.