%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::acs_content ::xo::db::sql::acs_content → delete → new → update_mime_type → update_nls_language → update_searchable_p ::xo::db::sql::acs_content->::xotcl::Object

Class ::xo::db::sql::acs_content

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

Class Relations

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

Methods (to be applied on the object)

  • delete (scripted, public)

     xo::db::sql::acs_content[i] delete [ -dbn dbn ] -content_id content_id 

    Automatically generated method

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

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_content proc delete xo::db::sql::acs_content proc delete xo::db::sql::acs_content proc delete->db_with_handle

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

     xo::db::sql::acs_content[i] new [ -dbn dbn ] -content_id content_id  \
        -mime_type mime_type  -nls_language nls_language  \
        -searchable_p searchable_p  -content content  [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -content_id
    (required)
    -mime_type
    (required)
    -nls_language
    (required)
    -searchable_p
    (required)
    -content
    (required)
    -childof
    (optional)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_content proc new xo::db::sql::acs_content proc new xo::db::sql::acs_content proc new->db_with_handle

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

     xo::db::sql::acs_content[i] update_mime_type [ -dbn dbn ] \
        -content_id content_id  -mime_type mime_type 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -content_id
    (required)
    -mime_type
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_content proc update_mime_type xo::db::sql::acs_content proc update_mime_type xo::db::sql::acs_content proc update_mime_type->db_with_handle

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

     xo::db::sql::acs_content[i] update_nls_language [ -dbn dbn ] \
        -content_id content_id  -nls_language nls_language 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -content_id
    (required)
    -nls_language
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_content proc update_nls_language xo::db::sql::acs_content proc update_nls_language xo::db::sql::acs_content proc update_nls_language->db_with_handle

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

     xo::db::sql::acs_content[i] update_searchable_p [ -dbn dbn ] \
        -content_id content_id  -searchable_p searchable_p 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -content_id
    (required)
    -searchable_p
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::acs_content proc update_searchable_p xo::db::sql::acs_content proc update_searchable_p xo::db::sql::acs_content proc update_searchable_p->db_with_handle

    Testcases:
    No testcase defined.