xo::db::Class instproc object_types (public)

 <instance of xo::db::Class[i]> object_types \
    [ -subtypes_first on|off ]

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

Return the type and subtypes of the class, on which the method is called. If subtypes_first is specified, the subtypes are returned first.

Switches:
-subtypes_first
(boolean) (defaults to "false") (optional)
Returns:
list of object_types

Partial Call Graph (max 5 caller/called nodes):
%3 test_xotcl_core_tutorial_2 xotcl_core_tutorial_2 (test xotcl-core) xo::db::Class instproc object_types xo::db::Class instproc object_types test_xotcl_core_tutorial_2->xo::db::Class instproc object_types test_xotcl_core_tutorial_4 xotcl_core_tutorial_4 (test xotcl-core) test_xotcl_core_tutorial_4->xo::db::Class instproc object_types

Testcases:
xotcl_core_tutorial_2, xotcl_core_tutorial_4
[ show source ]
Show another procedure: