@code{ int i=0; int j=0; int no=1; }
Column Filter
@if{displayNameCount>0} @end{} @if{tablesCount>0} @end{} @if{viewsCount>0} @end{} @if{functionsCount>0} @end{} @if{proceduresCount>0} @end{} @if{mviewCount>0} @end{} @if{characterSetCount>0} @end{} @if{collationCount>0} @end{} @if{displayNameCount>0} @end{} @if{tablesCount>0} @end{} @if{viewsCount>0} @end{} @if{functionsCount>0} @end{} @if{proceduresCount>0} @end{} @if{mviewsCount>0} @end{} @if{characterSetCount>0} @end{} @if{collationCount>0} @end{} @foreach{obj : list} @if{displayNameCount>0} @end{} @if{tablesCount>0} @end{} @if{viewsCount>0} @end{} @if{functionsCount>0} @end{} @if{proceduresCount>0} @end{} @if{mviewCount>0} @end{} @if{characterSetCount>0} @end{} @if{collationCount>0} @end{} @end{}
#Display NameNameTablesViewsFunctionsProceduresMviewsCharacter
Set
Collation
@{list.size()} @{title}@{zeroToEmpty(tablesCount)}@{zeroToEmpty(viewsCount)}@{zeroToEmpty(mviewsCount)}@{zeroToEmpty(proceduresCount)}@{zeroToEmpty(mviewsCount)}
@{no++}@{escape(obj.displayName)}@{escape(obj.name)}@{zeroToEmpty(obj.tables.size())}@{zeroToEmpty(obj.views.size())}@{zeroToEmpty(obj.functions.size())}@{zeroToEmpty(obj.procedures.size())}@{zeroToEmpty(obj.mviews.size())}@{escape(obj.characterSet)}@{escape(obj.collation)}