Package guru.mikelue.foxglove.jdbc
package guru.mikelue.foxglove.jdbc
This package provides the JDBC implementation of
DataGenerator, TableFacet.
JdbcTableFacetis the main class to configure a table facet.JdbcDataGeneratorthe working for insertion fromJdbcTableFacets.
Examples
JdbcTableFacet.Builder- code snippets to configure table facets.
-
ClassDescriptionAggregation of steps for column setting steps.The step to configure Cartesian product for a column.The step to configure column from another table.The step to configure column.The step used to limit the number of rows by bounding integral value for a column,The step to configure reference column.The step to configure cardinality of reference.JDBC implementation of
DataGenerator.JDBC implementation ofTableFacet.Builds aJdbcTableFacetwith table name.ConvertsSQLExceptionto unchecked exception.