Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl142 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'"