|
| db ( 域::db_config config) |
|
void | begin_write () const |
|
void | commit_write () const |
|
template<typename Fn > |
std::invoke_result_t< Fn > | write (Fn &&fn) const |
|
template<typename U > |
托管< std::remove_const_t< U > > | 添加(U &&v) |
|
template<typename T > |
void | remove (T & 对象 ) |
|
template<typename T > |
void | insert (const std::vector< T > &v) |
|
template<typename ... Ts> |
std::tuple< 托管< Ts > ... > | insert (Typescript &&... v) |
|
template<typename T > |
结果< T > | 对象() |
|
bool | refresh () |
|
::realm::sync_subscription_set | 订阅() |
|
std::Optional< sync_session > | get_sync_session () const |
|
template<typename T > |
托管< T > | solve (thread_safe_reference< T > < T > &&tsr) |
|
bool | is_frozen () const |
|
db | 冻结() |
|
db | thaw () |
|
void | invalidate () |
|
void | close () |
|
bool | is_close () |
|