Package com.activeviam.database.internal
Interface IContentPrinter
- All Known Implementing Classes:
AContentPrinter
,DatabaseContentPrinter
,DatastoreContentPrinter
public interface IContentPrinter
Interface used to print the content of a database.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
printTable
(String tableName, int maxRows) Prints the given table, without the line numbers.void
printTables
(int maxRows) Prints all tables.void
Prints all table sizes.