xo::db::require proc not_null

 xo::db::require[i] not_null

Defined in

Partial Call Graph (max 5 caller/called nodes):
%3 test_xotcl-core xotcl-core (test ) xo::db::require proc not_null xo::db::require proc not_null test_xotcl-core->xo::db::require proc not_null test_xotcl_core_tutorial_2 xotcl_core_tutorial_2 (test ) test_xotcl_core_tutorial_2->xo::db::require proc not_null

Testcases:
xotcl_core_tutorial_2, xotcl-core
Source code:
set exists_p [::acs::dc call util not_null_exists -table $table -column $col]
if {!$exists_p} {
  ::xo::dc dml alter-table-$table  "alter table $table alter column $col set not null"
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: