Interface TableFacet

All Known Implementing Classes:
JdbcTableFacet

public interface TableFacet
Defines the rules to generate rows of a table.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the number of rows to be generated for the table.
    Returns the name of table to generate data.
  • Method Details

    • tableName

      String tableName()
      Returns the name of table to generate data.
      Returns:
      The name of table
    • getNumberOfRows

      int getNumberOfRows()
      Returns the number of rows to be generated for the table.
      Returns:
      The number of rows to be generated