- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::db::sql::acs_object
::xo::db::sql::acs_object create ...
Class Relations
Methods (to be applied on the object)
check_context_index (scripted, public)
xo::db::sql::acs_object check_context_index [ -dbn dbn ] \ -object_id object_id -ancestor_id ancestor_id \ -n_generations n_generationsAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id (required)
- -ancestor_id (required)
- -n_generations (required)
- Testcases:
- No testcase defined.
check_object_ancestors (scripted, public)
xo::db::sql::acs_object check_object_ancestors [ -dbn dbn ] \ -object_id object_id -ancestor_id ancestor_id \ -n_generations n_generationsAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id (required)
- -ancestor_id (required)
- -n_generations (required)
- Testcases:
- No testcase defined.
check_object_descendants (scripted, public)
xo::db::sql::acs_object check_object_descendants [ -dbn dbn ] \ -object_id object_id -descendant_id descendant_id \ -n_generations n_generationsAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id (required)
- -descendant_id (required)
- -n_generations (required)
- Testcases:
- No testcase defined.
check_path (scripted, public)
xo::db::sql::acs_object check_path [ -dbn dbn ] -object_id object_id \ -ancestor_id ancestor_idAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id (required)
- -ancestor_id (required)
- Testcases:
- No testcase defined.
default_name (scripted, public)
xo::db::sql::acs_object default_name [ -dbn dbn ] \ -object_id object_idAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
delete (scripted, public)
xo::db::sql::acs_object delete [ -dbn dbn ] -object_id object_idAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- xotcl_core_tutorial_2, xotcl_core_tutorial_4
get_attr_storage_column (scripted, public)
xo::db::sql::acs_object get_attr_storage_column [ -dbn dbn ] \ -v_vals v_valsAutomatically generated method
- Switches:
- -dbn (optional)
- -v_vals (required)
- Testcases:
- No testcase defined.
get_attr_storage_sql (scripted, public)
xo::db::sql::acs_object get_attr_storage_sql [ -dbn dbn ] \ -v_vals v_valsAutomatically generated method
- Switches:
- -dbn (optional)
- -v_vals (required)
- Testcases:
- No testcase defined.
get_attr_storage_table (scripted, public)
xo::db::sql::acs_object get_attr_storage_table [ -dbn dbn ] \ -v_vals v_valsAutomatically generated method
- Switches:
- -dbn (optional)
- -v_vals (required)
- Testcases:
- No testcase defined.
get_attribute (scripted, public)
xo::db::sql::acs_object get_attribute [ -dbn dbn ] \ -object_id_in object_id_in -attribute_name_in attribute_name_inAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id_in (required)
- -attribute_name_in (required)
- Testcases:
- No testcase defined.
get_attribute_storage (scripted, public)
xo::db::sql::acs_object get_attribute_storage [ -dbn dbn ] \ -object_id_in object_id_in -attribute_name_in attribute_name_inAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id_in (required)
- -attribute_name_in (required)
- Testcases:
- No testcase defined.
initialize_attributes (scripted, public)
xo::db::sql::acs_object initialize_attributes [ -dbn dbn ] \ -object_id object_idAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
name (scripted, public)
xo::db::sql::acs_object name [ -dbn dbn ] -object_id object_idAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
new (scripted, public)
xo::db::sql::acs_object new [ -dbn dbn ] [ -object_id object_id ] \ [ -object_type object_type ] [ -creation_date creation_date ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -context_id context_id ] \ [ -security_inherit_p security_inherit_p ] [ -title title ] \ [ -package_id package_id ] [ -childof childof ]Automatically generated method
- Switches:
- -dbn (optional)
- -object_id (optional)
- -object_type (optional, defaults to
"acs_object"
)- -creation_date (optional, defaults to
"now()"
)- -creation_user (optional)
- -creation_ip (optional)
- -context_id (optional)
- -security_inherit_p (optional, defaults to
"t"
)- -title (optional)
- -package_id (optional)
- -childof (optional)
- Testcases:
- xotcl_core_tutorial_2
package_id (scripted, public)
xo::db::sql::acs_object package_id [ -dbn dbn ] -object_id object_idAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id (required)
- Testcases:
- No testcase defined.
set_attribute (scripted, public)
xo::db::sql::acs_object set_attribute [ -dbn dbn ] \ -object_id_in object_id_in -attribute_name_in attribute_name_in \ -value_in value_inAutomatically generated method
- Switches:
- -dbn (optional)
- -object_id_in (required)
- -attribute_name_in (required)
- -value_in (required)
- Testcases:
- No testcase defined.
update_last_modified (scripted, public)
xo::db::sql::acs_object update_last_modified [ -dbn dbn ] \ -object_id object_id -modifying_user modifying_user \ -modifying_ip modifying_ip [ -last_modified last_modified ]Automatically generated method
- Switches:
- -dbn (optional)
- -object_id (required)
- -modifying_user (required)
- -modifying_ip (required)
- -last_modified (optional, defaults to
"now()"
)- Testcases:
- No testcase defined.
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables