CONZEPT 16 C++ API
|
#include "C16/Link.hpp"
Public Member Functions | |
virtual Database & | database () const =0 |
Gets the database of the field. More... | |
virtual const Table & | table () const =0 |
Gets the table of the field. More... | |
virtual const Link & | link () const =0 |
Gets the link of the field. More... | |
virtual int | number () const =0 |
Gets the number of the field. More... | |
virtual const C16::Field & | field () const =0 |
Gets the field of the table of the field. More... | |
virtual int | length_limit () const =0 |
Gets the length limit of the field. More... | |
virtual bool | reverse () const =0 |
Gets if the field is treated in reverse order. More... | |
virtual C16::Field::Collation | collation () const =0 |
Gets the collation of the field. More... | |
virtual bool | positioning () const =0 |
Gets if the field is only used for positioning. More... | |
|
pure virtual |
Gets the number of the field.
|
pure virtual |
|
pure virtual |
Gets the length limit of the field.
|
pure virtual |
Gets if the field is treated in reverse order.
|
pure virtual |
Gets the collation of the field.
|
pure virtual |
Gets if the field is only used for positioning.