Interface IContentPrinter

All Known Implementing Classes:
AContentPrinter, DatabaseContentPrinter, DatastoreContentPrinter

public interface IContentPrinter
Interface used to print the content of a database.
  • Method Summary Link icon

    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 Link icon

    • printTables Link icon

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

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

      void printTableSizes()
      Prints all table sizes.