OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Parser::ColumnConstraintDef Member List

This is the complete list of members for Parser::ColumnConstraintDef, including all inherited members.

check_condition_Parser::ColumnConstraintDefprivate
ColumnConstraintDef(bool n, bool u, bool p, Literal *d)Parser::ColumnConstraintDefinline
ColumnConstraintDef(Expr *c)Parser::ColumnConstraintDefinline
ColumnConstraintDef(std::string *t, std::string *c)Parser::ColumnConstraintDefinline
defaultval_Parser::ColumnConstraintDefprivate
foreign_column_Parser::ColumnConstraintDefprivate
foreign_table_Parser::ColumnConstraintDefprivate
get_check_condition() const Parser::ColumnConstraintDefinline
get_defaultval() const Parser::ColumnConstraintDefinline
get_foreign_column() const Parser::ColumnConstraintDefinline
get_foreign_table() const Parser::ColumnConstraintDefinline
get_is_primarykey() const Parser::ColumnConstraintDefinline
get_notnull() const Parser::ColumnConstraintDefinline
get_unique() const Parser::ColumnConstraintDefinline
is_primarykey_Parser::ColumnConstraintDefprivate
notnull_Parser::ColumnConstraintDefprivate
unique_Parser::ColumnConstraintDefprivate
~Node()Parser::Nodeinlinevirtual