- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class Relations
::nx::EnsembleObject create ::acs::db::nsdb-postgresql::slot::__call::apm_application
Methods (to be applied on the object)
delete (scripted, public)
acs::db::nsdb-postgresql::slot::__call::apm_application delete \ [ -dbn dbn ] -application_id application_id
Automatically generated method TYPES: integer
- Switches:
- -dbn (optional)
- -application_id (required)
- Testcases:
- No testcase defined.
# Automatically generated method # TYPES: integer db_with_handle -dbn $dbn __DB { set s [ns_pg_bind 0or1row $__DB {select apm_application__delete(CAST(:application_id AS integer))}] return [ns_set value $s 0] }
new (scripted, public)
acs::db::nsdb-postgresql::slot::__call::apm_application new \ [ -dbn dbn ] [ -application_id application_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 ]
Automatically generated method TYPES: integer {character varying} {character varying} {character varying} {timestamp with time zone} integer {character varying} integer
- Switches:
- -dbn (optional)
- -application_id (optional, accept empty)
- -instance_name (optional, accept empty)
- -package_key (required)
- -object_type (optional, defaults to
"apm_application"
) - -creation_date (optional, defaults to
"now()"
) - -creation_user (optional, accept empty)
- -creation_ip (optional, accept empty)
- -context_id (optional, accept empty)
- Testcases:
- No testcase defined.
# Automatically generated method # TYPES: integer {character varying} {character varying} {character varying} {timestamp with time zone} integer {character varying} integer db_with_handle -dbn $dbn __DB { set s [ns_pg_bind 0or1row $__DB {select apm_application__new(CAST(:application_id AS integer),:instance_name,:package_key,:object_type,:creation_date,CAST(:creation_user AS integer),:creation_ip,CAST(:context_id AS integer))}] return [ns_set value $s 0] }
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables