- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::db::sql::image
::xo::db::sql::image create ...
Class Relations
Methods (to be applied on the object)
delete (scripted, public)
xo::db::sql::image delete [ -dbn dbn ] -v_item_id v_item_idAutomatically generated method
- Switches:
- -dbn (optional)
- -v_item_id (required)
- Testcases:
- No testcase defined.
new (scripted, public)
xo::db::sql::image new [ -dbn dbn ] -name name \ [ -parent_id parent_id ] [ -item_id item_id ] \ [ -revision_id revision_id ] [ -mime_type mime_type ] \ [ -creation_user creation_user ] [ -creation_ip creation_ip ] \ [ -relation_tag relation_tag ] [ -title title ] \ [ -description description ] [ -is_live is_live ] \ [ -publish_date publish_date ] -path path -file_size file_size \ -height height -width width [ -package_id package_id ] \ [ -childof childof ]Automatically generated method
- Switches:
- -dbn (optional)
- -name (required)
- -parent_id (optional)
- -item_id (optional)
- -revision_id (optional)
- -mime_type (optional, defaults to
"jpeg"
)- -creation_user (optional)
- -creation_ip (optional)
- -relation_tag (optional)
- -title (optional)
- -description (optional)
- -is_live (optional, defaults to
"f"
)- -publish_date (optional, defaults to
"now()"
)- -path (required)
- -file_size (required)
- -height (required)
- -width (required)
- -package_id (optional)
- -childof (optional)
- Testcases:
- No testcase defined.
new_revision (scripted, public)
xo::db::sql::image new_revision [ -dbn dbn ] -item_id item_id \ -revision_id revision_id -title title -description description \ -publish_date publish_date -mime_type mime_type \ -nls_language nls_language -creation_user creation_user \ -creation_ip creation_ip -height height -width width \ -package_id package_idAutomatically generated method
- Switches:
- -dbn (optional)
- -item_id (required)
- -revision_id (required)
- -title (required)
- -description (required)
- -publish_date (required)
- -mime_type (required)
- -nls_language (required)
- -creation_user (required)
- -creation_ip (required)
- -height (required)
- -width (required)
- -package_id (required)
- Testcases:
- No testcase defined.
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables