callback::application-track::getGeneralInfo::impl::file_storage (private)

 callback::application-track::getGeneralInfo::impl::file_storage

Defined in packages/file-storage/tcl/file-storage-callback-procs.tcl

Callback implementation

See Also:
  • callback::application-track::getGeneralInfo::contract

Partial Call Graph (max 5 caller/called nodes):
%3 db_1row db_1row (public) callback::application-track::getGeneralInfo::impl::file_storage callback::application-track::getGeneralInfo::impl::file_storage callback::application-track::getGeneralInfo::impl::file_storage->db_1row

Testcases:
No testcase defined.
Source code:
    ::callback::application-track::getGeneralInfo::contract__arg_parser {*}$args


    db_1row my_query {
        select count(1) as result
        from acs_objects a, acs_objects b
        where b.object_id = :comm_id
        and a.tree_sortkey between b.tree_sortkey
        and tree_right(b.tree_sortkey)
        and a.object_type = 'file_storage_object'
    }


    return "$result"
XQL Not present:
Generic
PostgreSQL XQL file:
packages/file-storage/tcl/file-storage-callback-procs-postgresql.xql

Oracle XQL file:
packages/file-storage/tcl/file-storage-callback-procs-oracle.xql

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