Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
joedb::Compiler_Options::Index Struct Reference

#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_Idfield_ids
 

Detailed Description

Definition at line 16 of file Compiler_Options.h.

Member Function Documentation

◆ is_trigger()

bool joedb::Compiler_Options::Index::is_trigger ( const Table_Id  tid,
const Field_Id  fid 
) const
inline

Definition at line 23 of file Compiler_Options.h.

Member Data Documentation

◆ field_ids

std::vector<Field_Id> joedb::Compiler_Options::Index::field_ids

Definition at line 21 of file Compiler_Options.h.

◆ name

std::string joedb::Compiler_Options::Index::name

Definition at line 19 of file Compiler_Options.h.

◆ table_id

Table_Id joedb::Compiler_Options::Index::table_id

Definition at line 20 of file Compiler_Options.h.

◆ unique

bool joedb::Compiler_Options::Index::unique

Definition at line 18 of file Compiler_Options.h.


The documentation for this struct was generated from the following file: