xo::db::sql::content_item proc get_title (public)
xo::db::sql::content_item get_title [ -dbn dbn ] -item_id item_id \ [ -is_live is_live ]
Defined in /var/www/openacs.org/packages/xotcl-core/tcl/05-db-procs.tcl
Automatically generated method
- Switches:
- -dbn (optional)
- -item_id (required)
- -is_live (optional, defaults to
"f"
)- Testcases:
- No testcase defined.
Source code: #function_args: {ITEM_ID {}} {IS_LIVE f} foreach var [list ITEM_ID IS_LIVE] { set varname [string tolower $var] if {[info exists $varname]} { set $var [set $varname] set _$var :$var } else { set _$var null } } set sql " select content_item__get_title($_ITEM_ID, $_IS_LIVE) " db_with_handle -dbn $dbn db { #ns_log notice "--sql=$sql" return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ] }XQL Not present: Generic, PostgreSQL, Oracle