|
| obj (const obj &outros) |
|
obj & | operador= (const obj &outro) |
|
| obj (obj &&outro) |
|
obj & | operador= (obj &&outro) |
|
| obj (const Obj &) |
|
| operador Obj () const |
|
mesa | get_table () const noexceto |
|
mesa | get_target_table (col_key) const noexceto |
|
bool | is_null (const col_key &col_key) const |
|
bool | is_valid () const |
|
obj | get_linked_object (const col_key &col_key) |
|
template<typename T > |
t | get (const col_key &col_key) const |
|
template<typename T > |
std::opcional< T > | get_optional (const col_key &col_key) const |
|
vazio | set (const col_key &col_key, const int64_t &value) |
|
vazio | set (const col_key &col_key, const double &value) |
|
vazio | set (const col_key &col_key, const std::string &value) |
|
vazio | set (const col_key &col_key, const mixed &value) |
|
vazio | set (const col_key &col_key, const bool &value) |
|
vazio | set (const col_key &col_key, const timestamp &value) |
|
vazio | set (const col_key &col_key, const binary &value) |
|
vazio | set (const col_key &col_key, const uuid &value) |
|
vazio | set (const col_key &col_key, const object_id &value) |
|
vazio | set (const col_key &col_key, const decimal128 &value) |
|
vazio | set (const col_key &col_key, const obj_key &value) |
|
vazio | set (const col_key &col_key, const std::chrono::time_point< std::chrono::system_clock > &value) |
|
template<typename T > |
std::enable_if_t< std::is_enum_v< T > > | set (const col_key &col_key, const T &value) |
|
template<typename T > |
vazio | set (const col_key &col_key, const std::optional< T > &value) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< obj_key > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< std::string > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< bool > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< int64_t > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< double > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< internal::bridge::uuid > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< internal::bridge::object_id > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< internal::bridge::decimal128 > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< binary > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< misto > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< timestamp > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< std::optional< int64_t > > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< std::optional< bool > > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< std::optional< double > > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< std::optional< std::string > > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< std::optional < obj_key > > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< std::optional< internal::bridge::uuid > > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< std::optional< internal::bridge::object_id > > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< std::optional < binary > > &values) |
|
vazio | set_list_values (const col_key &col_key, const std::vector< std::optional < timestamp > > &values) |
|
template<typename ValueType > |
vazio | set_list_values (const col_key &col_key, const std::vector< ValueType > &values) |
|
obj_key | get_key () const |
|
obj_link | get_link () const |
|
lnklst | get_linklist (const col_key &col_key) |
|
core_Dictionary | get_Dictionary (const col_key &col_key) |
|
vazio | set_null (const col_key &) |
|
obj | create_and_set_linked_object (const col_key &) |
|
table_view | get_backlink_view (table, col_key) |
|
vazio | to_json (std::ostream &out) const noexceto |
|