#include <polyglot_result.h>
◆ PolyResult()
◆ ~PolyResult()
shcore::polyglot::PolyResult::~PolyResult |
( |
| ) |
|
|
overridedefault |
◆ call()
◆ class_name()
std::string shcore::polyglot::PolyResult::class_name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ fetch_all()
◆ fetch_one()
std::shared_ptr< Row > shcore::polyglot::PolyResult::fetch_one |
( |
| ) |
const |
|
private |
◆ fetch_one_object()
◆ get_column_names()
std::vector< std::string > shcore::polyglot::PolyResult::get_column_names |
( |
| ) |
const |
|
private |
◆ methods()
std::vector< std::string > * shcore::polyglot::PolyResult::methods |
( |
| ) |
const |
|
inlineoverrideprivatevirtual |
◆ next_result()
bool shcore::polyglot::PolyResult::next_result |
( |
| ) |
|
|
private |
◆ reset_column_cache()
void shcore::polyglot::PolyResult::reset_column_cache |
( |
| ) |
|
|
private |
◆ update_column_cache()
void shcore::polyglot::PolyResult::update_column_cache |
( |
| ) |
const |
|
private |
◆ m_column_names
std::vector<std::string> shcore::polyglot::PolyResult::m_column_names |
|
mutableprivate |
◆ m_columns
◆ m_methods
std::vector< std::string > shcore::polyglot::PolyResult::m_methods |
|
staticprivate |
Initial value:= {
constexpr const char * k_fetch_one_object
Definition: polyglot_result.cc:40
constexpr const char * k_fetch_one
Definition: polyglot_result.cc:38
constexpr const char * k_next_result
Definition: polyglot_result.cc:41
constexpr const char * k_fetch_all
Definition: polyglot_result.cc:39
◆ m_result
The documentation for this class was generated from the following files: