22 #include <plugin/information_schema_dictionary/dictionary.h>
27 DomainConstraints::DomainConstraints() :
30 add_field(
"CONSTRAINT_CATALOG");
31 add_field(
"CONSTRAINT_SCHEMA");
32 add_field(
"CONSTRAINT_NAME");
33 add_field(
"DOMAIN_CATALOG");
34 add_field(
"DOMAIN_SCHEMA");
35 add_field(
"DOMAIN_NAME");
36 add_field(
"IS_DEFERRABLE", plugin::TableFunction::BOOLEAN, 0,
false);
37 add_field(
"INITIALLY_DEFERRED", plugin::TableFunction::BOOLEAN, 0,
false);
40 void DomainConstraints::Generator::fill()
44 bool DomainConstraints::Generator::nextCore()
49 bool DomainConstraints::Generator::next()
51 while (not nextCore())
65 bool DomainConstraints::Generator::populate()
TODO: Rename this file - func.h is stupid.