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

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: