Home
last modified time | relevance | path

Searched refs:IntegrityConstraintDecl (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.h150 class IntegrityConstraintDecl; variable
1402 class IntegrityConstraintDecl : public parsenode
1414 IntegrityConstraintDecl(
1427 class ICColl : public IntegrityConstraintDecl
1439 IntegrityConstraintDecl(loc, name, icKind), in ICColl()
1464 IntegrityConstraintDecl::coll_check_simple, in ICCollSimpleCheck()
1494 IntegrityConstraintDecl::coll_check_unique_key, in ICCollUniqueKeyCheck()
1523 IntegrityConstraintDecl::coll_foreach_node, in ICCollForeachNode()
1537 class ICForeignKey : public IntegrityConstraintDecl
1557 IntegrityConstraintDecl(loc, in ICForeignKey()
[all …]
H A Dparsenode_visitor.h135 DECL_PARSENODE_VISITOR_VISIT_MEM_FNS( IntegrityConstraintDecl );
H A Dparsenode_print_xml_visitor.cpp837 BEGIN_END_TAG (IntegrityConstraintDecl) in END_TAG()
H A Dparsenode_print_xquery_visitor.cpp1033 DEFAULT_VISIT (IntegrityConstraintDecl) in DEFAULT_VISIT()
H A Dparsenodes.cpp1122 IntegrityConstraintDecl::IntegrityConstraintDecl ( in IntegrityConstraintDecl() function in zorba::IntegrityConstraintDecl
H A Dparsenode_print_xqdoc_visitor.cpp1440 XQDOC_NO_BEGIN_END_TAG (IntegrityConstraintDecl)
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h385 DECL_CONCRETE_VISIT (IntegrityConstraintDecl);
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp4773 void* begin_visit(const IntegrityConstraintDecl& v) in begin_visit()
4799 case IntegrityConstraintDecl::coll_check_simple: in begin_visit()
4855 case IntegrityConstraintDecl::coll_check_unique_key: in begin_visit()
4960 case IntegrityConstraintDecl::coll_foreach_node: in begin_visit()
5025 case IntegrityConstraintDecl::foreign_key: in begin_visit()
5144 void end_visit(const IntegrityConstraintDecl& v, void* /*visit_state*/) in end_visit()
5157 case IntegrityConstraintDecl::coll_check_simple: in end_visit()
5173 case IntegrityConstraintDecl::coll_check_unique_key: in end_visit()
5279 case IntegrityConstraintDecl::coll_foreach_node: in end_visit()
5323 case IntegrityConstraintDecl::foreign_key: in end_visit()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parser/
H A Dxquery_parser.y825 %type <node> IntegrityConstraintDecl
920 …ist ValueComp CollectionDecl IndexDecl IndexKeySpec IndexKeyList IntegrityConstraintDecl CtxItemDe…
1539 | IntegrityConstraintDecl
2070 IntegrityConstraintDecl :