acs_object::object_p (public)

 acs_object::object_p -id id

Defined in packages/acs-tcl/tcl/object-procs.tcl

Switches:
-id
(required)
ID of the potential acs-object
Returns:
true if object whose id is $id exists
Authors:
Jim Lynch <jim@jam.sessionsnet.org>
Malte Sussdorff
Created:
2007-01-26

Partial Call Graph (max 5 caller/called nodes):
%3 test_object_p object_p (test acs-tcl) acs_object::object_p acs_object::object_p test_object_p->acs_object::object_p db_string db_string (public) acs_object::object_p->db_string acs_mail_lite::inbound_queue_pull acs_mail_lite::inbound_queue_pull (private) acs_mail_lite::inbound_queue_pull->acs_object::object_p acs_mail_lite::load_mails acs_mail_lite::load_mails (public, deprecated) acs_mail_lite::load_mails->acs_object::object_p

Testcases:
object_p
Source code:
    return [db_string object_exists {} -default 0]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
<fullquery name="acs_object::object_p.object_exists">
    <querytext>
    select 1
      from acs_objects
      where object_id = :id
   </querytext>
</fullquery>
packages/acs-tcl/tcl/object-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: