%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::pinds_blog_entry ::xo::db::sql::pinds_blog_entry → delete → new → title ::xo::db::sql::pinds_blog_entry->::xotcl::Object

Class ::xo::db::sql::pinds_blog_entry

::xo::db::sql::pinds_blog_entry[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::pinds_blog_entry[i] delete [ -dbn dbn ] -entry_id entry_id 

    Automatically generated method

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

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

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

     xo::db::sql::pinds_blog_entry[i] new [ -dbn dbn ] -entry_id entry_id  \
        -package_id package_id  -title title  -title_url title_url  \
        -category_id category_id  -content content  \
        -content_format content_format  -entry_date entry_date  \
        -draft_p draft_p  -creation_user creation_user  \
        -creation_ip creation_ip  [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -entry_id
    (required)
    -package_id
    (required)
    -title
    (required)
    -title_url
    (required)
    -category_id
    (required)
    -content
    (required)
    -content_format
    (required)
    -entry_date
    (required)
    -draft_p
    (required)
    -creation_user
    (required)
    -creation_ip
    (required)
    -childof
    (optional)

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

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

     xo::db::sql::pinds_blog_entry[i] title [ -dbn dbn ] -entry_id entry_id 

    Automatically generated method

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

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

    Testcases:
    No testcase defined.