acs::db::nsdb-postgresql method call content_item get_publish_date (public)
<instance of acs::db::nsdb-postgresql> call content_item get_publish_date \ [ -dbn dbn ] -item_id item_id [ -is_live is_live ]
Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl
Automatically generated method TYPES: integer boolean
- Switches:
- -dbn (optional)
- -item_id (required)
- -is_live (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
Source code: db_with_handle -dbn $dbn __DB { set s [ns_pg_bind 0or1row $__DB {select content_item__get_publish_date(CAST(:item_id AS integer),:is_live)}] return [ns_set value $s 0] }XQL Not present: Generic, PostgreSQL, Oracle