Kùzu C++ API
|
#include <bound_alter_info.h>
Public Member Functions | |
BoundExtraCommentInfo (std::string comment) | |
BoundExtraCommentInfo (const BoundExtraCommentInfo &other) | |
std::unique_ptr< BoundExtraAlterInfo > | copy () 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 | comment |
|
inlineexplicit |
|
inline |
|
inlinefinalvirtual |
Implements kuzu::binder::BoundExtraAlterInfo.
std::string kuzu::binder::BoundExtraCommentInfo::comment |