![]() |
mutable
A Database System for Research and Fast Prototyping
|
Abstract class to represent constraints attached to attributes of a table. More...
#include <AST.hpp>
Public Member Functions | |
Constraint (Token tok) | |
virtual | ~Constraint () |
virtual void | accept (ASTConstraintVisitor &v)=0 |
virtual void | accept (ConstASTConstraintVisitor &v) const =0 |
Data Fields | |
Token | tok |
Abstract class to represent constraints attached to attributes of a table.
|
pure virtual |
|
pure virtual |