|
Hyper API for C++ 0.0.23576
Hyper client library for C++ applications
|
Maps an expression to a column
More...
#include <Inserter.hpp>
Public Member Functions | |
| const Name & | getColumnName () const noexcept |
| Returns the name of the column. | |
| optional< std::string > | getExpression () const noexcept |
| Returns the expression mapped to the column. | |
| ColumnMapping (Name name) | |
| Creates a column mapping. | |
| ColumnMapping (Name name, std::string expression) | |
| Creates a column mapping. | |
Maps an expression to a column
Definition at line 27 of file Inserter.hpp.
| hyperapi::Inserter::ColumnMapping::ColumnMapping | ( | Name | name | ) |
Creates a column mapping.
| name | The name |
| hyperapi::Inserter::ColumnMapping::ColumnMapping | ( | Name | name, |
| std::string | expression | ||
| ) |
Creates a column mapping.
| name | The name |
| expression | The expression |
|
inlinenoexcept |
Returns the name of the column.
Definition at line 32 of file Inserter.hpp.
|
inlinenoexcept |
Returns the expression mapped to the column.
Definition at line 37 of file Inserter.hpp.