Joedb 9.1.4
The Journal-Only Embedded Database
|
#include <joedb/compiler/Compiler_Options.h>
Public Member Functions | |
bool | is_trigger (const Table_Id tid, const Field_Id fid) const |
Public Attributes | |
bool | unique |
std::string | name |
Table_Id | table_id |
std::vector< Field_Id > | field_ids |
Definition at line 16 of file Compiler_Options.h.
|
inline |
Definition at line 23 of file Compiler_Options.h.
std::vector<Field_Id> joedb::Compiler_Options::Index::field_ids |
Definition at line 21 of file Compiler_Options.h.
std::string joedb::Compiler_Options::Index::name |
Definition at line 19 of file Compiler_Options.h.
Table_Id joedb::Compiler_Options::Index::table_id |
Definition at line 20 of file Compiler_Options.h.
bool joedb::Compiler_Options::Index::unique |
Definition at line 18 of file Compiler_Options.h.