- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::db::sql::notification_type
::xo::db::sql::notification_type create ...
Defined in
Class Relations
::xo::db::Class create ::xo::db::sql::notification_type \ -superclass ::xotcl::ObjectMethods (to be applied on the object)
delete (scripted, public)
xo::db::sql::notification_type delete [ -dbn dbn ] -type_id type_idAutomatically generated method
- Switches:
- -dbn (optional)
- -type_id (required)
- Testcases:
- No testcase defined.
#function_args: {TYPE_ID {}} foreach var [list TYPE_ID] { set varname [string tolower $var] if {[info exists $varname]} { set $var [set $varname] set _$var :$var } else { set _$var null } } set sql " select notification_type__delete($_TYPE_ID) " db_with_handle -dbn $dbn db { #ns_log notice "--sql=$sql" return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ] }new (scripted, public)
xo::db::sql::notification_type new [ -dbn dbn ] -type_id type_id \ -sc_impl_id sc_impl_id -short_name short_name \ -pretty_name pretty_name -description description \ -creation_date creation_date -creation_user creation_user \ -creation_ip creation_ip -context_id context_id \ [ -childof childof ]Automatically generated method
- Switches:
- -dbn (optional)
- -type_id (required)
- -sc_impl_id (required)
- -short_name (required)
- -pretty_name (required)
- -description (required)
- -creation_date (required)
- -creation_user (required)
- -creation_ip (required)
- -context_id (required)
- -childof (optional)
- Testcases:
- No testcase defined.
#function_args: {TYPE_ID {}} {SC_IMPL_ID {}} {SHORT_NAME {}} {PRETTY_NAME {}} {DESCRIPTION {}} {CREATION_DATE {}} {CREATION_USER {}} {CREATION_IP {}} {CONTEXT_ID {}} foreach var [list TYPE_ID SC_IMPL_ID SHORT_NAME PRETTY_NAME DESCRIPTION CREATION_DATE CREATION_USER CREATION_IP CONTEXT_ID] { set varname [string tolower $var] if {[info exists $varname]} { set $var [set $varname] set _$var :$var } else { set _$var null } } set sql " select notification_type__new($_TYPE_ID, $_SC_IMPL_ID, $_SHORT_NAME, $_PRETTY_NAME, $_DESCRIPTION, $_CREATION_DATE, $_CREATION_USER, $_CREATION_IP, $_CONTEXT_ID) " db_with_handle -dbn $dbn db { #ns_log notice "--sql=$sql" return [ ns_set value [ns_pg_bind 0or1row $db $sql] 0 ] }
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables