#include <catalog_entry.h>
◆ CatalogEntry() [1/2]
kuzu::catalog::CatalogEntry::CatalogEntry |
( |
| ) |
|
|
default |
◆ CatalogEntry() [2/2]
kuzu::catalog::CatalogEntry::CatalogEntry |
( |
CatalogEntryType | type, |
|
|
std::string | name ) |
|
inline |
◆ ~CatalogEntry()
virtual kuzu::catalog::CatalogEntry::~CatalogEntry |
( |
| ) |
|
|
virtualdefault |
◆ constCast()
template<class TARGET >
const TARGET & kuzu::catalog::CatalogEntry::constCast |
( |
| ) |
const |
|
inline |
◆ constPtrCast()
template<class TARGET >
const TARGET * kuzu::catalog::CatalogEntry::constPtrCast |
( |
| ) |
const |
|
inline |
◆ copyFrom()
virtual void kuzu::catalog::CatalogEntry::copyFrom |
( |
const CatalogEntry & | other | ) |
|
|
protectedvirtual |
◆ DELETE_COPY_DEFAULT_MOVE()
kuzu::catalog::CatalogEntry::DELETE_COPY_DEFAULT_MOVE |
( |
CatalogEntry | | ) |
|
◆ deserialize()
◆ getName()
std::string kuzu::catalog::CatalogEntry::getName |
( |
| ) |
const |
|
inline |
◆ getNext()
CatalogEntry * kuzu::catalog::CatalogEntry::getNext |
( |
| ) |
const |
|
inline |
◆ getPrev()
CatalogEntry * kuzu::catalog::CatalogEntry::getPrev |
( |
| ) |
const |
|
inline |
◆ getTimestamp()
◆ getType()
◆ hasParent()
bool kuzu::catalog::CatalogEntry::hasParent |
( |
| ) |
const |
|
inline |
◆ isDeleted()
bool kuzu::catalog::CatalogEntry::isDeleted |
( |
| ) |
const |
|
inline |
◆ movePrev()
std::unique_ptr< CatalogEntry > kuzu::catalog::CatalogEntry::movePrev |
( |
| ) |
|
|
inline |
◆ ptrCast()
template<class TARGET >
TARGET * kuzu::catalog::CatalogEntry::ptrCast |
( |
| ) |
|
|
inline |
◆ rename()
void kuzu::catalog::CatalogEntry::rename |
( |
std::string | name_ | ) |
|
|
inline |
◆ serialize()
virtual void kuzu::catalog::CatalogEntry::serialize |
( |
common::Serializer & | serializer | ) |
const |
|
virtual |
◆ setDeleted()
void kuzu::catalog::CatalogEntry::setDeleted |
( |
bool | deleted_ | ) |
|
|
inline |
◆ setHasParent()
void kuzu::catalog::CatalogEntry::setHasParent |
( |
bool | hasParent | ) |
|
|
inline |
◆ setNext()
void kuzu::catalog::CatalogEntry::setNext |
( |
CatalogEntry * | next_ | ) |
|
|
inline |
◆ setPrev()
void kuzu::catalog::CatalogEntry::setPrev |
( |
std::unique_ptr< CatalogEntry > | prev_ | ) |
|
|
inline |
◆ setTimestamp()
◆ toCypher()
◆ deleted
bool kuzu::catalog::CatalogEntry::deleted = false |
|
protected |
◆ hasParent_
bool kuzu::catalog::CatalogEntry::hasParent_ = false |
|
protected |
◆ name
std::string kuzu::catalog::CatalogEntry::name |
|
protected |
◆ next
◆ prev
std::unique_ptr<CatalogEntry> kuzu::catalog::CatalogEntry::prev |
|
protected |
◆ timestamp
◆ type
The documentation for this class was generated from the following file: