::xo::db::Class
::xo::db::sql::apm_service
Class Hierarchy of ::xo::db::sql::apm_service
- ::xotcl::Object
- Meta-class:
- ::xotcl::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- Methods for instances:
- __api_make_doc, __api_make_forward_doc, __timediff, abstract, ad_doc, ad_forward, ad_proc, appendC, arrayC, asHTML, autonameC, check, classC, cleanupC, configureC, containsC, copyC, db_0or1rowC, db_1rowC, debug, defaultmethodC, destroyC, destroy_on_cleanup, ds, evalC, existsC, extractConfigureArg, filterC, filterguardC, filtersearch, forward, hasclass, incrC, infoC, init, instvarC, invarC, isclass, ismetaclass, ismixin, isobject, istype, lappendC, log, method, mixinC, mixinguardC, moveC, msg, noinitC, objectparameter, parametercmdC, proc, procsearch, qn, requireNamespaceC, residualargsC, self, serialize, setC, set_instance_vars_defaults, show-object, substC, traceC, unknown, unsetC, uplevelC, upvarC, volatileC, vwait
- Methods to be applied on the class (in addition to the methods provided by the meta-class):
- getExitHandler, setExitHandler, unsetExitHandler
- ::xo::db::sql::apm_service
- Meta-class:
- ::xo::db::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- Methods to be applied on the class (in addition to the methods provided by the meta-class):
- delete, new
Class Relations
- superclass: ::xotcl::Object
![[i]](/resources/acs-subsite/ZoomIn16.gif)
Methods
::xo::db::sql::apm_service
delete [ -dbn dbn ] -service_id service_id
Automatically generated method
- Switches:
- -dbn (optional)
- -service_id (required)
::xo::db::sql::apm_service
new [ -dbn dbn ] [ -service_id service_id ] \
[ -instance_name instance_name ] -package_key package_key \
[ -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)
- -service_id (optional)
- -instance_name (optional)
- -package_key (required)
- -object_type (defaults to
"apm_service"
) (optional) - -creation_date (defaults to
"now()"
) (optional) - -creation_user (optional)
- -creation_ip (optional)
- -context_id (optional)
- -childof (optional)
Variables
::xo::db::sql::apm_service set __default_metaclass ::xotcl::Class
::xo::db::sql::apm_service set __default_superclass ::xotcl::Object
::xo::db::sql::apm_service set abstract_p f
::xo::db::sql::apm_service set arg_order \
{SERVICE_ID INSTANCE_NAME PACKAGE_KEY OBJECT_TYPE CREATION_DATE CREATION_USER CREATION_IP \
CONTEXT_ID}
::xo::db::sql::apm_service set auto_save false
::xo::db::sql::apm_service array set defined {PACKAGE_KEY \
{} OBJECT_TYPE apm_service SERVICE_ID null INSTANCE_NAME null CREATION_IP null CONTEXT_ID \
null CREATION_DATE now() CREATION_USER null}
::xo::db::sql::apm_service set function_args {{SERVICE_ID null} {INSTANCE_NAME null} {PACKAGE_KEY \
{}} {OBJECT_TYPE apm_service} {CREATION_DATE now()} {CREATION_USER null} {CREATION_IP null} \
{CONTEXT_ID null}}
::xo::db::sql::apm_service set name_method {}
::xo::db::sql::apm_service set object_type ::xo::db::sql::apm_service
::xo::db::sql::apm_service set security_inherit_p t
::xo::db::sql::apm_service set sql {
select apm_service__new($_SERVICE_ID, $_INSTANCE_NAME, $_PACKAGE_KEY, $_OBJECT_TYPE, \
$_CREATION_DATE, $_CREATION_USER, $_CREATION_IP, $_CONTEXT_ID)
}
::xo::db::sql::apm_service set sql_package_name apm_service
::xo::db::sql::apm_service set supertype acs_object
::xo::db::sql::apm_service set with_table true