Struct cubmethod::execute_request¶
ClassList > cubmethod > execute_request
#include <method_struct_query.hpp>
Inherits the following classes: cubpacking::packable_object
Public Attributes¶
| Type | Name |
|---|---|
| int | execute_flag |
| int | handler_id |
| int | has_parameter |
| int | is_forward_only |
| int | max_field |
| std::vector< int > | param_modes |
| std::vector< DB_VALUE > | param_values |
Public Functions¶
| Type | Name |
|---|---|
| void | clear () |
| execute_request () = default |
|
| virtual size_t | get_packed_size (cubpacking::packer & serializator, std::size_t start_offset) override const |
| virtual void | pack (cubpacking::packer & serializator) override const |
| virtual void | unpack (cubpacking::unpacker & deserializator) override |
| ~execute_request () |
Public Functions inherited from cubpacking::packable_object¶
See cubpacking::packable_object
| Type | Name |
|---|---|
| virtual size_t | get_packed_size (packer & serializator, std::size_t start_offset=0) const = 0 |
| virtual bool | is_equal (const packable_object * other) |
| virtual void | pack (packer & serializator) const = 0 |
| virtual void | unpack (unpacker & deserializator) = 0 |
| virtual | ~packable_object () |
Public Attributes Documentation¶
variable execute_flag¶
variable handler_id¶
variable has_parameter¶
variable is_forward_only¶
variable max_field¶
variable param_modes¶
variable param_values¶
Public Functions Documentation¶
function clear¶
function execute_request¶
function get_packed_size¶
virtual size_t cubmethod::execute_request::get_packed_size (
cubpacking::packer & serializator,
std::size_t start_offset
) override const
Implements cubpacking::packable_object::get_packed_size
function pack¶
Implements cubpacking::packable_object::pack
function unpack¶
Implements cubpacking::packable_object::unpack
function ~execute_request¶
The documentation for this class was generated from the following file cubrid/src/method/method_struct_query.hpp