|
| Insert (tyson::TySonObject &obj) noexcept |
|
template<typename ... T> |
| Insert (T &&...values) noexcept |
|
| Insert (std::vector< tyson::TySonObject > &objs) noexcept |
|
| QueryCmd (std::string_view name, bool start_cmd) |
|
std::string | name () noexcept |
|
bool | can_start_pipeline () const noexcept |
|
virtual std::string | query () noexcept |
|
bool | next_step_allowed (const std::string &cmdName) noexcept |
|
bool | previous_step_allowed (const std::string &cmdName) noexcept |
|
◆ Insert() [1/2]
Create a new insert statement from a single obj
- Parameters
-
obj | the TySonObject you want to insert into your DB collection |
- See also
- TySON::tyson::TySonObject
◆ Insert() [2/2]
Create a new insert statement from a vector objs
- Parameters
-
objs | the vector of TySonObjects you want to insert into your DB collection |
- See also
- TySON::tyson::TySonObject
The documentation for this class was generated from the following file: