bookmarks-procs.xql
DB Query file
Related Files
- packages/bookmarks/tcl/bookmarks-procs.xql
- packages/bookmarks/tcl/bookmarks-procs.tcl
- packages/bookmarks/tcl/bookmarks-procs-postgresql.xql
- packages/bookmarks/tcl/bookmarks-procs-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?> <queryset> <fullquery name="bm_handle_bookmark_double_click.dbclick"> <querytext> select count(*) from bm_bookmarks where bookmark_id = :bookmark_id </querytext> </fullquery> <fullquery name="bm_context_bar_args.user_name"> <querytext> select first_names || ' ' || last_name from cc_users where object_id = :viewed_user_id </querytext> </fullquery> </queryset>