- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::db::sql::acs_mail_gc_object
::xo::db::sql::acs_mail_gc_object create ...
Defined in
Class Relations
::xo::db::Class create ::xo::db::sql::acs_mail_gc_object \ -superclass ::xotcl::ObjectMethods (to be applied on the object)
delete (scripted, public)
xo::db::sql::acs_mail_gc_object delete [ -dbn dbn ] \ -gc_object_id gc_object_idAutomatically generated method
- Switches:
- -dbn (optional)
- -gc_object_id (required)
- Testcases:
- No testcase defined.
#function_args: {GC_OBJECT_ID {}} foreach var [list GC_OBJECT_ID] { set varname [string tolower $var] if {[info exists $varname]} { set $var [set $varname] set _$var :$var } else { set _$var null } } set sql " select acs_mail_gc_object__delete($_GC_OBJECT_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::acs_mail_gc_object new [ -dbn dbn ] \ [ -gc_object_id gc_object_id ] [ -object_type object_type ] \ [ -creation_date creation_date ] [ -creation_user creation_user ] \ [ -creation_ip creation_ip ] [ -context_id context_id ] \ [ -childof childof ]Automatically generated method
- Switches:
- -dbn (optional)
- -gc_object_id (optional)
- -object_type (optional, defaults to
"acs_mail_gc_object"
)- -creation_date (optional, defaults to
"now"
)- -creation_user (optional)
- -creation_ip (optional)
- -context_id (optional)
- -childof (optional)
- Testcases:
- No testcase defined.
#function_args: {GC_OBJECT_ID null} {OBJECT_TYPE acs_mail_gc_object} {CREATION_DATE now} {CREATION_USER null} {CREATION_IP null} {CONTEXT_ID null} foreach var [list GC_OBJECT_ID OBJECT_TYPE 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 acs_mail_gc_object__new($_GC_OBJECT_ID, $_OBJECT_TYPE, $_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