#include <AST.hpp>
Definition at line 858 of file AST.hpp.
◆ attribute_definition()
m::ast::CreateTableStmt::attribute_definition::attribute_definition |
( |
Token |
name, |
|
|
const Type * |
type, |
|
|
std::vector< std::unique_ptr< Constraint > > |
constraints |
|
) |
| |
|
inline |
◆ constraints
std::vector<std::unique_ptr<Constraint> > m::ast::CreateTableStmt::attribute_definition::constraints |
◆ name
Token m::ast::CreateTableStmt::attribute_definition::name |
◆ type
const Type* m::ast::CreateTableStmt::attribute_definition::type |
The documentation for this struct was generated from the following file: