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 TypeMethodDescriptionvoidprintTable(String tableName, int maxRows) Prints the given table, without the line numbers.voidprintTables(int maxRows) Prints all tables.voidPrints all table sizes.
-
Method Details
-
printTables
void printTables(int maxRows) Prints all tables. -
printTable
Prints the given table, without the line numbers. -
printTableSizes
void printTableSizes()Prints all table sizes.
-