@code{ int i=0; int j=0; int no=1; }
| # | @if{displayNameCount>0}Display Name | @end{}Name | @if{tablesCount>0}Tables | @end{} @if{viewsCount>0}Views | @end{} @if{functionsCount>0}Functions | @end{} @if{proceduresCount>0}Procedures | @end{} @if{mviewCount>0}Mviews | @end{} @if{characterSetCount>0}Character Set |
@end{}
@if{collationCount>0}
Collation | @end{}
|---|---|---|---|---|---|---|---|---|---|
| @if{displayNameCount>0} | @end{} | @{list.size()} @{title} | @if{tablesCount>0}@{zeroToEmpty(tablesCount)} | @end{} @if{viewsCount>0}@{zeroToEmpty(viewsCount)} | @end{} @if{functionsCount>0}@{zeroToEmpty(mviewsCount)} | @end{} @if{proceduresCount>0}@{zeroToEmpty(proceduresCount)} | @end{} @if{mviewsCount>0}@{zeroToEmpty(mviewsCount)} | @end{} @if{characterSetCount>0}@end{} @if{collationCount>0} | @end{} |
| @{no++} | @if{displayNameCount>0}@{escape(obj.displayName)} | @end{}@{escape(obj.name)} | @if{tablesCount>0}@{zeroToEmpty(obj.tables.size())} | @end{} @if{viewsCount>0}@{zeroToEmpty(obj.views.size())} | @end{} @if{functionsCount>0}@{zeroToEmpty(obj.functions.size())} | @end{} @if{proceduresCount>0}@{zeroToEmpty(obj.procedures.size())} | @end{} @if{mviewCount>0}@{zeroToEmpty(obj.mviews.size())} | @end{} @if{characterSetCount>0}@{escape(obj.characterSet)} | @end{} @if{collationCount>0}@{escape(obj.collation)} | @end{}