Kùzu C++ API
Loading...
Searching...
No Matches
kuzu::binder::BoundAlterInfo Struct Reference

#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< BoundExtraAlterInfoextraInfo
 

Constructor & Destructor Documentation

◆ BoundAlterInfo()

kuzu::binder::BoundAlterInfo::BoundAlterInfo ( common::AlterType alterType,
std::string tableName,
common::table_id_t tableID,
std::unique_ptr< BoundExtraAlterInfo > extraInfo )
inline

Member Function Documentation

◆ EXPLICIT_COPY_DEFAULT_MOVE()

kuzu::binder::BoundAlterInfo::EXPLICIT_COPY_DEFAULT_MOVE ( BoundAlterInfo )

Member Data Documentation

◆ alterType

common::AlterType kuzu::binder::BoundAlterInfo::alterType

◆ extraInfo

std::unique_ptr<BoundExtraAlterInfo> kuzu::binder::BoundAlterInfo::extraInfo

◆ tableID

common::table_id_t kuzu::binder::BoundAlterInfo::tableID

◆ tableName

std::string kuzu::binder::BoundAlterInfo::tableName

The documentation for this struct was generated from the following file: