Kùzu C++ API
|
#include <bound_alter_info.h>
Public Member Functions | |
BoundAlterInfo (common::AlterType alterType, std::string tableName, common::table_id_t tableID, std::unique_ptr< BoundExtraAlterInfo > extraInfo) | |
EXPLICIT_COPY_DEFAULT_MOVE (BoundAlterInfo) | |
Public Attributes | |
common::AlterType | alterType |
std::string | tableName |
common::table_id_t | tableID |
std::unique_ptr< BoundExtraAlterInfo > | extraInfo |
|
inline |
kuzu::binder::BoundAlterInfo::EXPLICIT_COPY_DEFAULT_MOVE | ( | BoundAlterInfo | ) |
common::AlterType kuzu::binder::BoundAlterInfo::alterType |
std::unique_ptr<BoundExtraAlterInfo> kuzu::binder::BoundAlterInfo::extraInfo |
common::table_id_t kuzu::binder::BoundAlterInfo::tableID |
std::string kuzu::binder::BoundAlterInfo::tableName |