internal::bridge {
47 table(
constTableRef &);
48 table(
constConstTableRef &);
49 operatorTableRef()
const;
50 operatorConstTableRef()
const;
52 col_keyget_column_key(
conststd::string_view &name)
const;
53uint32_t get_key()
const;
54std::string get_name()
const;
56 objcreate_object_with_primary_key(
const mixed&key)
const;
63[[nodiscard]]
boolis_embedded()
const;
65 struct query query(const std::string &, const std::vector <mixed>&) const;
66struct
querywhere() const;
68void remove_object(const obj_key &) const;
69 objget_object(const obj_key&) const;
70bool is_valid(const obj_key&) const;
71using underlying = TableRef;
72#ifdef CPPREALM_HAVE_GENERATED_BRIDGE_TYPES 73storage::TableRef m_table[1];
75std::shared_ptr<TableRef> m_table;
87 operatorTableView()
const;
88 usingunderlying = TableView;
89#ifdef CPPREALM_HAVE_GENERATED_BRIDGE_TYPES 90storage::TableView m_table_view[1];
92std::shared_ptr<TableView> m_table_view;
96 booloperator==(
const table&,
const table&);
98 booloperator!=(
const table&,
const table&);
Definition: col_key.hpp:28
Definition: query.hpp:107
Definition: obj_key.hpp:33
Definition: query.hpp:131
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4