- 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_objectcreate ...
Class Relations
Methods (to be applied on the object)
check_context_index (scripted, public)
xo::db::sql::acs_objectcheck_context_index [ -dbn dbn ] \ -object_id object_id -ancestor_id ancestor_id \ -n_generations n_generations
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id
(required)- -ancestor_id
(required)- -n_generations
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
check_object_ancestors (scripted, public)
xo::db::sql::acs_objectcheck_object_ancestors [ -dbn dbn ] \ -object_id object_id -ancestor_id ancestor_id \ -n_generations n_generations
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id
(required)- -ancestor_id
(required)- -n_generations
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
check_object_descendants (scripted, public)
xo::db::sql::acs_objectcheck_object_descendants [ -dbn dbn ] \ -object_id object_id -descendant_id descendant_id \ -n_generations n_generations
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id
(required)- -descendant_id
(required)- -n_generations
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
check_path (scripted, public)
xo::db::sql::acs_objectcheck_path [ -dbn dbn ] -object_id object_id \ -ancestor_id ancestor_id
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id
(required)- -ancestor_id
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
default_name (scripted, public)
xo::db::sql::acs_objectdefault_name [ -dbn dbn ] \ -object_id object_id
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
delete (scripted, public)
xo::db::sql::acs_objectdelete [ -dbn dbn ] -object_id object_id
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- xotcl_core_tutorial_2, xotcl_core_tutorial_4
get_attr_storage_column (scripted, public)
xo::db::sql::acs_objectget_attr_storage_column [ -dbn dbn ] \ -v_vals v_vals
Automatically generated method
- Switches:
- -dbn
(optional)- -v_vals
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
get_attr_storage_sql (scripted, public)
xo::db::sql::acs_objectget_attr_storage_sql [ -dbn dbn ] \ -v_vals v_vals
Automatically generated method
- Switches:
- -dbn
(optional)- -v_vals
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
get_attr_storage_table (scripted, public)
xo::db::sql::acs_objectget_attr_storage_table [ -dbn dbn ] \ -v_vals v_vals
Automatically generated method
- Switches:
- -dbn
(optional)- -v_vals
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
get_attribute (scripted, public)
xo::db::sql::acs_objectget_attribute [ -dbn dbn ] \ -object_id_in object_id_in -attribute_name_in attribute_name_in
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id_in
(required)- -attribute_name_in
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
get_attribute_storage (scripted, public)
xo::db::sql::acs_objectget_attribute_storage [ -dbn dbn ] \ -object_id_in object_id_in -attribute_name_in attribute_name_in
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id_in
(required)- -attribute_name_in
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
initialize_attributes (scripted, public)
xo::db::sql::acs_objectinitialize_attributes [ -dbn dbn ] \ -object_id object_id
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
name (scripted, public)
xo::db::sql::acs_objectname [ -dbn dbn ] -object_id object_id
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
new (scripted, public)
xo::db::sql::acs_objectnew [ -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
(defaults to"acs_object"
) (optional)- -creation_date
(defaults to"now()"
) (optional)- -creation_user
(optional)- -creation_ip
(optional)- -context_id
(optional)- -security_inherit_p
(defaults to"t"
) (optional)- -title
(optional)- -package_id
(optional)- -childof
(optional)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- xotcl_core_tutorial_2
package_id (scripted, public)
xo::db::sql::acs_objectpackage_id [ -dbn dbn ] -object_id object_id
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
set_attribute (scripted, public)
xo::db::sql::acs_objectset_attribute [ -dbn dbn ] \ -object_id_in object_id_in -attribute_name_in attribute_name_in \ -value_in value_in
Automatically generated method
- Switches:
- -dbn
(optional)- -object_id_in
(required)- -attribute_name_in
(required)- -value_in
(required)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
update_last_modified (scripted, public)
xo::db::sql::acs_objectupdate_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
(defaults to"now()"
) (optional)- 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