Realm C++ SDK Version v2.2.0
|
Public Member Functions | |
link_chain (const link_chain &other) | |
link_chain & | operator= (const link_chain &other) |
link_chain (link_chain &&other) | |
link_chain & | operator= (link_chain &&other) |
link_chain (const LinkChain &other) | |
link_chain & | link (col_key) |
link_chain & | link (std::string col_name) |
link_chain & | backlink (const table &origin, col_key origin_col_key) |
template<typename > | |
subexpr | column (col_key) |
subexpr | column_mixed (col_key) |
subexpr | subquery (query subquery) |
table | get_table () |
template<> | |
subexpr | column (col_key col_name) |
template<> | |
subexpr | column (col_key col_name) |
template<> | |
subexpr | column (col_key col_name) |
template<> | |
subexpr | column (col_key col_name) |