|
CUBRID Engine
latest
|
This is the complete list of members for cubload::batch, including all inherited members.
| batch() | cubload::batch | |
| batch(batch_id id, class_id clsid, std::string &content, int64_t line_offset, int64_t rows) | cubload::batch | |
| batch(batch &&other) noexcept | cubload::batch | |
| batch(const batch ©)=delete | cubload::batch | |
| get_class_id() const | cubload::batch | |
| get_content() const | cubload::batch | |
| get_id() const | cubload::batch | |
| get_line_offset() const | cubload::batch | |
| get_packed_size(cubpacking::packer &serializator, std::size_t start_offset) const override | cubload::batch | virtual |
| get_rows_number() const | cubload::batch | |
| is_equal(const packable_object *other) | cubpacking::packable_object | inlinevirtual |
| m_clsid | cubload::batch | private |
| m_content | cubload::batch | private |
| m_id | cubload::batch | private |
| m_line_offset | cubload::batch | private |
| m_rows | cubload::batch | private |
| operator=(batch &&other) noexcept | cubload::batch | |
| operator=(const batch ©)=delete | cubload::batch | |
| pack(cubpacking::packer &serializator) const override | cubload::batch | virtual |
| unpack(cubpacking::unpacker &deserializator) override | cubload::batch | virtual |
| ~packable_object() | cubpacking::packable_object | inlinevirtual |