#include <vdbl_types.h>
Public Member Functions | |
| _VDBL_colflags (bool __d=false, bool __mi=false) | |
| ~_VDBL_colflags () | |
Public Attributes | |
| bool | master_index |
_VDBL_colflags contains the additional table information for a columnhas_default does this column have a default value?master_index is this column a master_index, i.e. are all entries throughout the table unique? Definition at line 66 of file vdbl_types.h.
| _VDBL_colflags::_VDBL_colflags | ( | bool | __d = false, |
|
| bool | __mi = false | |||
| ) | [inline] |
standard constructor, optionally setting the entries
Definition at line 76 of file vdbl_types.h.
| _VDBL_colflags::~_VDBL_colflags | ( | ) | [inline] |
standard destructor
Definition at line 79 of file vdbl_types.h.
1.5.8