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

#include <bound_alter_info.h>

Inheritance diagram for kuzu::binder::BoundExtraDropPropertyInfo:
kuzu::binder::BoundExtraAlterInfo

Public Member Functions

 BoundExtraDropPropertyInfo (common::property_id_t propertyID, std::string propertyName)
 
 BoundExtraDropPropertyInfo (const BoundExtraDropPropertyInfo &other)
 
std::unique_ptr< BoundExtraAlterInfocopy () const final
 
- Public Member Functions inherited from kuzu::binder::BoundExtraAlterInfo
virtual ~BoundExtraAlterInfo ()=default
 
template<class TARGET >
const TARGET * constPtrCast () const
 
template<class TARGET >
const TARGET & constCast () const
 

Public Attributes

common::property_id_t propertyID
 
std::string propertyName
 

Constructor & Destructor Documentation

◆ BoundExtraDropPropertyInfo() [1/2]

kuzu::binder::BoundExtraDropPropertyInfo::BoundExtraDropPropertyInfo ( common::property_id_t propertyID,
std::string propertyName )
inlineexplicit

◆ BoundExtraDropPropertyInfo() [2/2]

kuzu::binder::BoundExtraDropPropertyInfo::BoundExtraDropPropertyInfo ( const BoundExtraDropPropertyInfo & other)
inline

Member Function Documentation

◆ copy()

std::unique_ptr< BoundExtraAlterInfo > kuzu::binder::BoundExtraDropPropertyInfo::copy ( ) const
inlinefinalvirtual

Member Data Documentation

◆ propertyID

common::property_id_t kuzu::binder::BoundExtraDropPropertyInfo::propertyID

◆ propertyName

std::string kuzu::binder::BoundExtraDropPropertyInfo::propertyName

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