Uses of Class
com.oracle.bmc.databasemigration.model.DataVerificationTableRowCountSummary
-
Packages that use DataVerificationTableRowCountSummary Package Description com.oracle.bmc.databasemigration com.oracle.bmc.databasemigration.model -
-
Uses of DataVerificationTableRowCountSummary in com.oracle.bmc.databasemigration
Methods in com.oracle.bmc.databasemigration that return types with arguments of type DataVerificationTableRowCountSummary Modifier and Type Method Description Iterable<DataVerificationTableRowCountSummary>DatabaseMigrationPaginators. listDataVerificationTableRowCountsRecordIterator(ListDataVerificationTableRowCountsRequest request)Creates a new iterable which will iterate over theDataVerificationTableRowCountSummaryobjects contained in responses from the listDataVerificationTableRowCounts operation. -
Uses of DataVerificationTableRowCountSummary in com.oracle.bmc.databasemigration.model
Subclasses of DataVerificationTableRowCountSummary in com.oracle.bmc.databasemigration.model Modifier and Type Class Description classMySqlDataVerificationTableRowCountSummaryTable row count comparison result line for MySQL migrations.classOracleDataVerificationTableRowCountSummaryTable row count comparison result line for Oracle migrations.Methods in com.oracle.bmc.databasemigration.model that return types with arguments of type DataVerificationTableRowCountSummary Modifier and Type Method Description List<DataVerificationTableRowCountSummary>DataVerificationTableRowCountCollection. getItems()Items in collection.Method parameters in com.oracle.bmc.databasemigration.model with type arguments of type DataVerificationTableRowCountSummary Modifier and Type Method Description DataVerificationTableRowCountCollection.BuilderDataVerificationTableRowCountCollection.Builder. items(List<DataVerificationTableRowCountSummary> items)Items in collection.Constructor parameters in com.oracle.bmc.databasemigration.model with type arguments of type DataVerificationTableRowCountSummary Constructor Description DataVerificationTableRowCountCollection(List<DataVerificationTableRowCountSummary> items, Integer totalItems)Deprecated.
-