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

/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl199 # Generate a subreport that covers some subset of the database.
202 proc subreport {title where} { procedure
423 subreport {All tables and indices} 1
425 subreport {All tables} {NOT is_index}
427 subreport {All indices} {is_index}
435 subreport "Table $name and all its indices" "tblname='$qn'"
436 subreport "Table $name w/o any indices" "name='$qn'"
437 subreport "Indices of table $name" "tblname='$qn' AND is_index"
439 subreport "Table $name" "name='$qn'"

Completed in 1889 milliseconds