Hyper API for C++ 0.0.20746
Hyper client library for C++ applications
|
This is the complete list of members for hyperapi::Inserter, including all inherited members.
add(ValueType value) | hyperapi::Inserter | |
addRow(ValueTypes... values) | hyperapi::Inserter | |
close() noexcept | hyperapi::Inserter | |
endRow() | hyperapi::Inserter | |
execute() | hyperapi::Inserter | |
Inserter(Connection &connection, const TableName &name) | hyperapi::Inserter | |
Inserter(Connection &connection, const TableName &name, std::vector< std::string > columns) | hyperapi::Inserter | |
Inserter(Connection &connection, hyperapi::TableDefinition tableDefinition) | hyperapi::Inserter | |
Inserter(Connection &connection, const hyperapi::TableDefinition &tableDefinition, std::vector< std::string > columns) | hyperapi::Inserter | |
Inserter(Connection &connection, const hyperapi::TableDefinition &tableDefinition, std::vector< Inserter::ColumnMapping > columnMappings, std::vector< TableDefinition::Column > inserterDefinition) | hyperapi::Inserter | |
Inserter(Connection &connection, const TableName &name, std::vector< Inserter::ColumnMapping > columnMappings, std::vector< TableDefinition::Column > inserterDefinition) | hyperapi::Inserter | |
Inserter() | hyperapi::Inserter | inline |
Inserter(Inserter &&other) noexcept | hyperapi::Inserter | |
Inserter(const Inserter &)=delete | hyperapi::Inserter | |
isOpen() const noexcept | hyperapi::Inserter | |
operator=(Inserter &&other) noexcept | hyperapi::Inserter | |
operator=(const Inserter &)=delete (defined in hyperapi::Inserter) | hyperapi::Inserter | |
~Inserter() noexcept | hyperapi::Inserter |