Uses of Interface
guru.mikelue.jdut.operation.DataRowOperator
-
Packages that use DataRowOperator 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.operation The most important objects to effect data to database.guru.mikelue.jdut.vendor.mssql Provides specific functions of MS SQL Server. -
-
Uses of DataRowOperator in guru.mikelue.jdut
Methods in guru.mikelue.jdut with parameters of type DataRowOperator Modifier and Type Method Description DataGrain
DataConductor. conduct(DataGrain dataGrain, DataRowOperator operator)
Gets connection of database and feeds it to operator.DataGrain
DataConductor. conduct(DataGrain dataGrain, DataRowOperator operator, DataGrainDecorator decorator)
Gets connection of database and feeds it to operator. -
Uses of DataRowOperator in guru.mikelue.jdut.operation
Classes in guru.mikelue.jdut.operation that implement DataRowOperator Modifier and Type Class Description class
TableBasedOperator
This operator operates every table only once.Methods in guru.mikelue.jdut.operation that return DataRowOperator Modifier and Type Method Description DataRowOperator
DataRowOperator.SurroundOperator. surround(DataRowOperator surroundedOperator)
Surrounds operator.default DataRowOperator
DataRowOperator. surroundedBy(DataRowOperator.SurroundOperator surroundOperator)
Surrounds this instance byDataRowOperator.SurroundOperator
.Methods in guru.mikelue.jdut.operation that return types with arguments of type DataRowOperator Modifier and Type Method Description default UnaryOperator<DataRowOperator>
DataRowOperator.SurroundOperator. asUnaryOperator()
Converts this operator otUnaryOperator
.Methods in guru.mikelue.jdut.operation with parameters of type DataRowOperator Modifier and Type Method Description static TableBasedOperator
TableBasedOperator. buildThreadSafe(DataRowOperator newDataRowOperator)
Builds this operator with thread-safe property.DataRowOperator
DataRowOperator.SurroundOperator. surround(DataRowOperator surroundedOperator)
Surrounds operator.Constructors in guru.mikelue.jdut.operation with parameters of type DataRowOperator Constructor Description TableBasedOperator(DataRowOperator newDataRowOperator)
Constructs with the implementation of operator. -
Uses of DataRowOperator in guru.mikelue.jdut.vendor.mssql
Classes in guru.mikelue.jdut.vendor.mssql that implement DataRowOperator Modifier and Type Class Description class
IdentityInsertOperator
Used to surroundingDataRowOperator
for supporting insertion of identity for table.Constructors in guru.mikelue.jdut.vendor.mssql with parameters of type DataRowOperator Constructor Description IdentityInsertOperator(DataRowOperator newOperator)
As function interface ofDataRowOperator.SurroundOperator
.
-