22 #include <plugin/information_schema_dictionary/dictionary.h>
25 using namespace drizzled;
27 CheckConstraints::CheckConstraints() :
30 add_field(
"CONSTRAINT_CATALOG");
31 add_field(
"CONSTRAINT_SCHEMA");
32 add_field(
"CONSTRAINT_NAME");
33 add_field(
"CHECK_CLAUSE");
36 void CheckConstraints::Generator::fill()
40 bool CheckConstraints::Generator::nextCore()
45 bool CheckConstraints::Generator::next()
47 while (not nextCore())
61 bool CheckConstraints::Generator::populate()