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

#include <bound_alter_info.h>

Inheritance diagram for kuzu::binder::BoundExtraRenameTableInfo:
kuzu::binder::BoundExtraAlterInfo

Public Member Functions

 BoundExtraRenameTableInfo (std::string newName)
 
 BoundExtraRenameTableInfo (const BoundExtraRenameTableInfo &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

std::string newName
 

Constructor & Destructor Documentation

◆ BoundExtraRenameTableInfo() [1/2]

kuzu::binder::BoundExtraRenameTableInfo::BoundExtraRenameTableInfo ( std::string newName)
inlineexplicit

◆ BoundExtraRenameTableInfo() [2/2]

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

Member Function Documentation

◆ copy()

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

Member Data Documentation

◆ newName

std::string kuzu::binder::BoundExtraRenameTableInfo::newName

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