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 Type
    Method
    Description
    void
    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.
  • Method Details

    • printTables

      void printTables(int maxRows)
      Prints all tables.
    • printTable

      void printTable(String tableName, int maxRows)
      Prints the given table, without the line numbers.
    • printTableSizes

      void printTableSizes()
      Prints all table sizes.