#include <result_set_metadata.h>
◆ result_set_metadata()
| ignite::result_set_metadata::result_set_metadata |
( |
std::vector< column_metadata > | columns | ) |
|
|
inline |
◆ columns()
| const std::vector< column_metadata > & ignite::result_set_metadata::columns |
( |
| ) |
const |
|
inlinenodiscard |
Gets the columns in the same order as they appear in the result set data.
- Returns
- The columns metadata.
◆ index_of()
| std::int32_t ignite::result_set_metadata::index_of |
( |
const std::string & | name | ) |
const |
|
inlinenodiscard |
Gets the index of the specified column, or -1 when there is no column with the specified name.
- Parameters
-
- Returns
- Column index.
The documentation for this class was generated from the following file: