Kùzu C++ API
Loading...
Searching...
No Matches
alter_type.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
5
namespace
kuzu
{
6
namespace
common {
7
8
enum class
AlterType
: uint8_t {
9
RENAME_TABLE
= 0,
10
11
ADD_PROPERTY
= 10,
12
DROP_PROPERTY
= 11,
13
RENAME_PROPERTY
= 12,
14
COMMENT
= 201,
15
};
16
17
}
// namespace common
18
}
// namespace kuzu
kuzu::common::AlterType
AlterType
Definition
alter_type.h:8
kuzu::common::AlterType::RENAME_PROPERTY
@ RENAME_PROPERTY
kuzu::common::AlterType::DROP_PROPERTY
@ DROP_PROPERTY
kuzu::common::AlterType::RENAME_TABLE
@ RENAME_TABLE
kuzu::common::AlterType::COMMENT
@ COMMENT
kuzu::common::AlterType::ADD_PROPERTY
@ ADD_PROPERTY
kuzu
Definition
alter_type.h:5
headers
alter_type.h
Generated by
1.12.0