xo::db::sql::rel_constraint proc new (public)
xo::db::sql::rel_constraint 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 /var/www/openacs.org/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)
- Testcases:
- No testcase defined.