Class ::xo::db::sql::pa_collection

::xo::db::sql::pa_collection[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::pa_collection[i] delete [ -dbn dbn ] \
        -collection_id collection_id 

    Automatically generated method

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

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

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

     xo::db::sql::pa_collection[i] new [ -dbn dbn ] \
        [ -collection_id collection_id ] [ -owner_id owner_id ] \
        -title title  [ -creation_date creation_date ] \
        [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
        [ -context_id context_id ] [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -collection_id
    (optional)
    -owner_id
    (optional)
    -title
    (required)
    -creation_date
    (defaults to "now()") (optional)
    -creation_user
    (optional)
    -creation_ip
    (optional)
    -context_id
    (optional)
    -childof
    (optional)

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

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

     xo::db::sql::pa_collection[i] title [ -dbn dbn ] \
        -collection_id collection_id 

    Automatically generated method

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

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

    Testcases:
    No testcase defined.