Uses of Package
guru.mikelue.jdut.datagrain
-
Packages that use guru.mikelue.jdut.datagrain Package Description guru.mikelue.jdut jdata-unit-test(JDUT) is a framework to ease the data building/cleaning for automatic testing, which the test is repeatable without interfere each other.guru.mikelue.jdut.datagrain This package contains the primary objects of bean for data definitions.guru.mikelue.jdut.decorate Defines the interface of decoration forDataGrain
guru.mikelue.jdut.function ForDataGrainOperator
,ReplaceFieldDataDecorator
, this package contains pre-implemented functions of utility.guru.mikelue.jdut.jdbc.function This package contains out-of-box builder forJdbcSupplier
orJdbcRunnable
on processing ofResultSet
,Statement
, etc.guru.mikelue.jdut.jdbc.util The miscellaneous utilities forJDBC
is dropped to this package.guru.mikelue.jdut.operation The most important objects to effect data to database.guru.mikelue.jdut.vendor.mssql Provides specific functions of MS SQL Server. -
Classes in guru.mikelue.jdut.datagrain used by guru.mikelue.jdut Class Description DataGrain Represents the data of rows. -
Classes in guru.mikelue.jdut.datagrain used by guru.mikelue.jdut.datagrain Class Description DataField Container with data of a field.
This class would call the supplier only once, and keep the value.DataGrain Represents the data of rows.DataRow Represents the data of a row.DataRow.Builder Used withDataRow.build(Consumer<DataRow.Builder>)
.DataRowException Represents the exception thrown byDataRow.validate()
.RowsBuilder Declares the interface to build a bunch of rows.SchemaColumn The definition of column of a table.SchemaColumn.Builder This object is used withConsumer
bySchemaColumn.build(java.util.function.Consumer<guru.mikelue.jdut.datagrain.SchemaColumn.Builder>)
.SchemaTable The schema of table.SchemaTable.Builder This object is used withConsumer
bySchemaTable.build(java.util.function.Consumer<guru.mikelue.jdut.datagrain.SchemaTable.Builder>)
. -
Classes in guru.mikelue.jdut.datagrain used by guru.mikelue.jdut.decorate Class Description DataField Container with data of a field.
This class would call the supplier only once, and keep the value.DataRow.Builder Used withDataRow.build(Consumer<DataRow.Builder>)
. -
Classes in guru.mikelue.jdut.datagrain used by guru.mikelue.jdut.function Class Description DataRow.Builder Used withDataRow.build(Consumer<DataRow.Builder>)
. -
Classes in guru.mikelue.jdut.datagrain used by guru.mikelue.jdut.jdbc.function Class Description DataRow Represents the data of a row. -
Classes in guru.mikelue.jdut.datagrain used by guru.mikelue.jdut.jdbc.util Class Description DataRow Represents the data of a row. -
Classes in guru.mikelue.jdut.datagrain used by guru.mikelue.jdut.operation Class Description DataGrain Represents the data of rows.DataRow Represents the data of a row. -
Classes in guru.mikelue.jdut.datagrain used by guru.mikelue.jdut.vendor.mssql Class Description DataRow Represents the data of a row.