::xo::db::sql::content_item proc new_temp (public)::xo::db::sql::content_item new_temp [ -dbn dbn ] -name name \
[ -parent_id parent_id ] [ -item_id item_id ] [ -locale locale ] \
[ -creation_date creation_date ] [ -creation_user creation_user ] \
[ -context_id context_id ] [ -creation_ip creation_ip ] \
[ -item_subtype item_subtype ] [ -content_type content_type ] \
[ -title title ] [ -description description ] \
[ -mime_type mime_type ] [ -nls_language nls_language ] \
[ -text text ] -storage_type storage_type
Defined in packages/xotcl-core/tcl/05-db-procs.tclAutomatically generated method
- Switches:
- -dbn (optional)
- -name (required)
- -parent_id (optional)
- -item_id (optional)
- -locale (optional)
- -creation_date (defaults to
"now()") (optional) - -creation_user (optional)
- -context_id (optional)
- -creation_ip (optional)
- -item_subtype (defaults to
"content_item") (optional) - -content_type (defaults to
"content_revision") (optional) - -title (optional)
- -description (optional)
- -mime_type (defaults to
"text/plain") (optional) - -nls_language (optional)
- -text (optional)
- -storage_type (required)
|