db-explorer.adp

Delivered as text/html

Related Files

[ hide source ] | [ make this the default ]

File Contents

<master>
<property name="title">DB Explorer - Tables and Views</property>


<multiple name="tables_and_views">
    <h2>Schema: @tables_and_views.schema@</h2>
    
    <ul>
    <group column="schema">
        <li><a href="db-table-info?table=@tables_and_views.fq_table_name@">@tables_and_views.relname@</a> <if @tables_and_views.relkind@ eq "v">(View)</if></li>
    </group>
    </ul>

</multiple>