::xo::db::Class
::xo::db::sql::apm_application
Class Hierarchy of ::xo::db::sql::apm_application
- ::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_application
- 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)
Variables
::xo::db::sql::apm_application set __default_metaclass ::xotcl::Class
::xo::db::sql::apm_application set __default_superclass ::xotcl::Object
::xo::db::sql::apm_application set abstract_p f
::xo::db::sql::apm_application set arg_order \
{APPLICATION_ID INSTANCE_NAME PACKAGE_KEY OBJECT_TYPE CREATION_DATE CREATION_USER CREATION_IP \
CONTEXT_ID}
::xo::db::sql::apm_application set auto_save false
::xo::db::sql::apm_application array set defined {APPLICATION_ID null PACKAGE_KEY \
{} OBJECT_TYPE apm_application INSTANCE_NAME null CREATION_IP null CONTEXT_ID null \
CREATION_DATE now() CREATION_USER null}
::xo::db::sql::apm_application set function_args {{APPLICATION_ID null} {INSTANCE_NAME null} \
{PACKAGE_KEY {}} {OBJECT_TYPE apm_application} {CREATION_DATE now()} {CREATION_USER null} \
{CREATION_IP null} {CONTEXT_ID null}}
::xo::db::sql::apm_application set name_method {}
::xo::db::sql::apm_application set object_type ::xo::db::sql::apm_application
::xo::db::sql::apm_application set security_inherit_p t
::xo::db::sql::apm_application set sql {
select apm_application__new($_APPLICATION_ID, $_INSTANCE_NAME, $_PACKAGE_KEY, $_OBJECT_TYPE, \
$_CREATION_DATE, $_CREATION_USER, $_CREATION_IP, $_CONTEXT_ID)
}
::xo::db::sql::apm_application set sql_package_name apm_application
::xo::db::sql::apm_application set supertype acs_object
::xo::db::sql::apm_application set with_table true