fs::get_object_name (public)

 fs::get_object_name -object_id object_id

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

Select the name of this object.

Switches:
-object_id (required)

Testcases:
fs_add_delete_copy, fs_add_file_to_folder
Source code:
    return [db_string select_object_name {} -default $object_id]
Generic XQL file:
<fullquery name="fs::get_object_name.select_object_name">
    <querytext>
            select name
            from fs_objects
            where object_id = :object_id
        </querytext>
</fullquery>
packages/file-storage/tcl/file-storage-procs.xql

PostgreSQL XQL file:
packages/file-storage/tcl/file-storage-procs-postgresql.xql

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

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