Uses of Class
org.qubership.atp.mia.model.pot.db.table.DbTable
Packages that use DbTable
Package
Description
-
Uses of DbTable in org.qubership.atp.mia.model.pot.db
Methods in org.qubership.atp.mia.model.pot.db that return DbTableModifier and TypeMethodDescriptionstatic DbTableSqlUtils.resultSetToDbTable(ResultSet rs) static DbTableSqlUtils.resultSetToDbTable(ResultSet rs, int limitRecords) Constructors in org.qubership.atp.mia.model.pot.db with parameters of type DbTable -
Uses of DbTable in org.qubership.atp.mia.model.pot.db.table
Methods in org.qubership.atp.mia.model.pot.db.table that return DbTableModifier and TypeMethodDescriptionTableDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) For integration test purposes when we receive response from endpoint, this method works.Methods in org.qubership.atp.mia.model.pot.db.table with parameters of type DbTable -
Uses of DbTable in org.qubership.atp.mia.repo.driver
Methods in org.qubership.atp.mia.repo.driver that return DbTableModifier and TypeMethodDescriptionCassandraDriver.executeQuery(Server server, String query) CassandraDriver.executeQuery(Server server, String query, int limitRecords) QueryDriver.executeQuery(Server server, String query) Execute query.QueryDriver.executeQuery(Server server, String query, int limitRecords) SqlDriver.executeQuery(Server server, String query) SqlDriver.executeQuery(Server server, String query, int limitRecords) -
Uses of DbTable in org.qubership.atp.mia.service.execution
Methods in org.qubership.atp.mia.service.execution with parameters of type DbTableModifier and TypeMethodDescriptionstatic StatusesTestDataService.setValidationStatus(DbTable table, int scenariosToExecuteSize) Check rows of a DbTable after execution and set Status.