CONZEPT 16 C++ API
|
#include "C16/Link.hpp"
Classes | |
class | Field |
Field of a link. More... | |
Public Member Functions | |
virtual Database & | database () const =0 |
Gets the database of the link. More... | |
virtual const Table & | table () const =0 |
Gets the table of the link. More... | |
virtual int | number () const =0 |
Gets the number of the link. More... | |
virtual const std::string & | name () const =0 |
Gets the name of the link. More... | |
virtual const Table & | destination_table () const =0 |
Gets the destination table of the link. More... | |
virtual const Key & | destination_key () const =0 |
Gets destination key of the link. More... | |
virtual const Series< Field > & | fields () const =0 |
Gets the fields of the link. More... | |
|
pure virtual |
Gets the number of the link.
|
pure virtual |
Gets the name of the link.
|
pure virtual |
Gets the destination table of the link.
|
pure virtual |
Gets destination key of the link.
Gets the fields of the link.