xo::db::DB-postgresql instproc dml

 <instance of xo::db::DB-postgresql[i]> dml

Defined in

Partial Call Graph (max 5 caller/called nodes):
%3 test_slot_interactions slot_interactions (test xowiki) xo::db::DB-postgresql instproc dml xo::db::DB-postgresql instproc dml test_slot_interactions->xo::db::DB-postgresql instproc dml test_test_cr_items test_cr_items (test xotcl-core) test_test_cr_items->xo::db::DB-postgresql instproc dml test_xotcl-core xotcl-core (test ) test_xotcl-core->xo::db::DB-postgresql instproc dml test_xotcl_core_tutorial_2 xotcl_core_tutorial_2 (test ) test_xotcl_core_tutorial_2->xo::db::DB-postgresql instproc dml test_xotcl_core_tutorial_4 xotcl_core_tutorial_4 (test xotcl-core) test_xotcl_core_tutorial_4->xo::db::DB-postgresql instproc dml db_exec db_exec (public) xo::db::DB-postgresql instproc dml->db_exec db_resultrows db_resultrows (public) xo::db::DB-postgresql instproc dml->db_resultrows db_with_handle db_with_handle (public) xo::db::DB-postgresql instproc dml->db_with_handle

Testcases:
xotcl_core_tutorial_2, xotcl-core, xotcl_core_tutorial_4, test_cr_items, xowiki_test_cases, slot_interactions
Source code:
if {$sql eq ""} {set sql [:get_sql $qn]}
if {$bind ne ""} {set bindOpt [list -bind $bind]} {set bindOpt ""}
set bind $bindOpt
db_with_handle -dbn $dbn db {
  if {[info exists prepare]} {set sql [:prepare -handle $db -argtypes $prepare $sql]}
  ::db_exec dml $db [uplevel [list [self] qn $qn]] $sql 2
}
return [db_resultrows]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: