Class ::xo::db::image

::xo::db::image[i] create ...

Class Relations

  • class: ::xo::db::CrClass[i]
  • superclass: ::xo::db::CrItem[i]
::xo::db::CrClass create ::xo::db::image \
     -superclass ::xo::db::CrItem

Methods (to be applied on instances)

  • height (setter)

  • image_id (setter)

  • mime_type (setter)

  • update (scripted)

    ::xo::dc transaction {
      next
      :instvar object_id width height
      ::xo::dc dml update_images {update images
        set width = :width,height = :height where image_id = :object_id
      }
    }
  • width (setter)