- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::db::sql::acs_object_type
::xo::db::sql::acs_object_type create ...
Class Relations
Methods (to be applied on the object)
create_type (scripted, public)
xo::db::sql::acs_object_type create_type [ -dbn dbn ] \ -object_type object_type -pretty_name pretty_name \ -pretty_plural pretty_plural -supertype supertype \ [ -table_name table_name ] [ -id_column id_column ] \ [ -package_name package_name ] [ -abstract_p abstract_p ] \ [ -type_extension_table type_extension_table ] \ [ -name_method name_method ] [ -create_table_p create_table_p ] \ [ -dynamic_p dynamic_p ]Automatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- -pretty_name
(required)- -pretty_plural
(required)- -supertype
(required)- -table_name
(optional)- -id_column
(optional)- -package_name
(optional)- -abstract_p
(defaults to"f"
) (optional)- -type_extension_table
(optional)- -name_method
(optional)- -create_table_p
(defaults to"f"
) (optional)- -dynamic_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- xotcl_core_tutorial_2
drop_type (scripted, public)
xo::db::sql::acs_object_type drop_type [ -dbn dbn ] \ -object_type object_type [ -drop_children_p drop_children_p ] \ [ -drop_table_p drop_table_p ]Automatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- -drop_children_p
(defaults to"f"
) (optional)- -drop_table_p
(defaults to"f"
) (optional)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- xotcl_core_tutorial_2
is_subtype_p (scripted, public)
xo::db::sql::acs_object_type is_subtype_p [ -dbn dbn ] \ -object_type_1 object_type_1 -object_type_2 object_type_2Automatically generated method
- Switches:
- -dbn
(optional)- -object_type_1
(required)- -object_type_2
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
pretty_name (scripted, public)
xo::db::sql::acs_object_type pretty_name [ -dbn dbn ] \ -object_type object_typeAutomatically generated method
- Switches:
- -dbn
(optional)- -object_type
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables