#include <joedb/compiler/Compiler_Options.h>
Definition at line 13 of file Compiler_Options.h.
◆ add_index()
void joedb::Compiler_Options::add_index |
( |
Index |
index | ) |
|
|
inline |
◆ get_custom_names()
const std::vector< std::string > & joedb::Compiler_Options::get_custom_names |
( |
| ) |
const |
|
inline |
◆ get_db()
const Database & joedb::Compiler_Options::get_db |
( |
| ) |
const |
|
inline |
◆ get_indices()
const std::vector< Index > & joedb::Compiler_Options::get_indices |
( |
| ) |
const |
|
inline |
◆ get_name_space()
const std::vector< std::string > & joedb::Compiler_Options::get_name_space |
( |
| ) |
const |
|
inline |
◆ get_table_options()
◆ has_index()
bool joedb::Compiler_Options::has_index |
( |
| ) |
const |
|
inline |
◆ has_single_row()
bool joedb::Compiler_Options::has_single_row |
( |
| ) |
const |
|
inline |
◆ has_unique_index()
bool joedb::Compiler_Options::has_unique_index |
( |
| ) |
const |
|
inline |
◆ set_name_space()
void joedb::Compiler_Options::set_name_space |
( |
std::vector< std::string > |
v | ) |
|
|
inline |
◆ set_single_row()
void joedb::Compiler_Options::set_single_row |
( |
Table_Id |
table_id, |
|
|
bool |
value |
|
) |
| |
|
inline |
◆ custom_names
std::vector<std::string> joedb::Compiler_Options::custom_names |
◆ db
◆ exe_path
std::string joedb::Compiler_Options::exe_path |
◆ indices
std::vector<Index> joedb::Compiler_Options::indices |
◆ name_space
std::vector<std::string> joedb::Compiler_Options::name_space |
◆ schema_file
◆ table_options
The documentation for this class was generated from the following file: