xo::db::sql::rel_constraint proc new (public)

 xo::db::sql::rel_constraint[i] new [ -dbn dbn ] \
    [ -constraint_id constraint_id ] \
    [ -constraint_type constraint_type ] \
    -constraint_name constraint_name  -rel_segment rel_segment  \
    [ -rel_side rel_side ] -required_rel_segment required_rel_segment  \
    [ -context_id context_id ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -childof childof ]

Defined in packages/xotcl-core/tcl/05-db-procs.tcl

Automatically generated method

Switches:
-dbn (optional)
-constraint_id (optional)
-constraint_type (optional, defaults to "rel_constraint")
-constraint_name (required)
-rel_segment (required)
-rel_side (optional, defaults to "two")
-required_rel_segment (required)
-context_id (optional)
-creation_user (optional)
-creation_ip (optional)
-childof (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) xo::db::sql::rel_constraint proc new xo::db::sql::rel_constraint proc new xo::db::sql::rel_constraint proc new->db_with_handle

Testcases:
No testcase defined.
[ show source ]
Show another procedure: