xo::db::Class proc object_type_to_class

 xo::db::Class[i] object_type_to_class

Defined in

Partial Call Graph (max 5 caller/called nodes):
%3 test_link_tests link_tests (test xowiki) xo::db::Class proc object_type_to_class xo::db::Class proc object_type_to_class test_link_tests->xo::db::Class proc object_type_to_class test_path_resolve path_resolve (test xowiki) test_path_resolve->xo::db::Class proc object_type_to_class test_slot_interactions slot_interactions (test xowiki) test_slot_interactions->xo::db::Class proc object_type_to_class test_test_cr_items test_cr_items (test xotcl-core) test_test_cr_items->xo::db::Class proc object_type_to_class test_test_xo_db_object test_xo_db_object (test xotcl-core) test_test_xo_db_object->xo::db::Class proc object_type_to_class

Testcases:
xotcl_core_tutorial_1, xotcl-core, xotcl_core_tutorial_2, test_xo_db_object, test_cr_items, xowiki_test_cases, link_tests, slot_interactions, path_resolve
Source code:
switch -glob -- $name {
  acs_object       {return ::xo::db::Object}
  content_revision -
  content_item     {return ::xo::db::CrItem}
  content_folder   {return ::xo::db::CrFolder}
  ::*              {return $name}
  default          {return ::xo::db::$name}
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: