Class ::xo::db::sql::acs_object

::xo::db::sql::acs_object[i] create ...

Class Relations

  • class: ::xo::db::Class[i]
  • superclass: ::xotcl::Object[i]

Methods (to be applied on the object)

  • check_context_index (scripted, public)

     xo::db::sql::acs_object[i] check_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)

    Testcases:
    No testcase defined.
  • check_object_ancestors (scripted, public)

     xo::db::sql::acs_object[i] check_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)

    Testcases:
    No testcase defined.
  • check_object_descendants (scripted, public)

     xo::db::sql::acs_object[i] check_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)

    Testcases:
    No testcase defined.
  • check_path (scripted, public)

     xo::db::sql::acs_object[i] check_path [ -dbn dbn ] -object_id object_id  \
        -ancestor_id ancestor_id 

    Automatically generated method

    Switches:
    -dbn (optional)
    -object_id (required)
    -ancestor_id (required)

    Testcases:
    No testcase defined.
  • default_name (scripted, public)

     xo::db::sql::acs_object[i] default_name [ -dbn dbn ] \
        -object_id object_id 

    Automatically generated method

    Switches:
    -dbn (optional)
    -object_id (required)

    Testcases:
    No testcase defined.
  • delete (scripted, public)

     xo::db::sql::acs_object[i] delete [ -dbn dbn ] -object_id object_id 

    Automatically 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[i] get_attr_storage_column [ -dbn dbn ] \
        -v_vals v_vals 

    Automatically generated method

    Switches:
    -dbn (optional)
    -v_vals (required)

    Testcases:
    No testcase defined.
  • get_attr_storage_sql (scripted, public)

     xo::db::sql::acs_object[i] get_attr_storage_sql [ -dbn dbn ] \
        -v_vals v_vals 

    Automatically generated method

    Switches:
    -dbn (optional)
    -v_vals (required)

    Testcases:
    No testcase defined.
  • get_attr_storage_table (scripted, public)

     xo::db::sql::acs_object[i] get_attr_storage_table [ -dbn dbn ] \
        -v_vals v_vals 

    Automatically generated method

    Switches:
    -dbn (optional)
    -v_vals (required)

    Testcases:
    No testcase defined.
  • get_attribute (scripted, public)

     xo::db::sql::acs_object[i] get_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)

    Testcases:
    No testcase defined.
  • get_attribute_storage (scripted, public)

     xo::db::sql::acs_object[i] get_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)

    Testcases:
    No testcase defined.
  • initialize_attributes (scripted, public)

     xo::db::sql::acs_object[i] initialize_attributes [ -dbn dbn ] \
        -object_id object_id 

    Automatically generated method

    Switches:
    -dbn (optional)
    -object_id (required)

    Testcases:
    No testcase defined.
  • name (scripted, public)

     xo::db::sql::acs_object[i] name [ -dbn dbn ] -object_id object_id 

    Automatically generated method

    Switches:
    -dbn (optional)
    -object_id (required)

    Testcases:
    No testcase defined.
  • new (scripted, public)

     xo::db::sql::acs_object[i] 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[i] package_id [ -dbn dbn ] -object_id object_id 

    Automatically generated method

    Switches:
    -dbn (optional)
    -object_id (required)

    Testcases:
    No testcase defined.
  • set_attribute (scripted, public)

     xo::db::sql::acs_object[i] set_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)

    Testcases:
    No testcase defined.
  • update_last_modified (scripted, public)

     xo::db::sql::acs_object[i] 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.