Searched refs:subreport (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl139 # Generate a subreport that covers some subset of the database.
142 proc subreport {title where} { procedure
247 subreport {All tables and indices} 1
249 subreport {All tables} {NOT is_index}
251 subreport {All indices} {is_index}
259 subreport "Table $name and all its indices" "tblname='$qn'"
260 subreport "Table $name w/o any indices" "name='$qn'"
261 subreport "Indices of table $name" "tblname='$qn' AND is_index"
263 subreport "Table $name" "name='$qn'"

Completed in 44 milliseconds