Uses of Class
org.qubership.atp.mia.model.pot.db.SqlResponse
Packages that use SqlResponse
Package
Description
-
Uses of SqlResponse in org.qubership.atp.mia.controllers
Methods in org.qubership.atp.mia.controllers that return types with arguments of type SqlResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<SqlResponse>> MiaExecutionController.executeCurrentStatement(UUID projectId, String env, ExecutionRequest request) Executes current statement queries. -
Uses of SqlResponse in org.qubership.atp.mia.model.impl
Constructors in org.qubership.atp.mia.model.impl with parameters of type SqlResponse -
Uses of SqlResponse in org.qubership.atp.mia.model.pot.db
Methods in org.qubership.atp.mia.model.pot.db with parameters of type SqlResponseModifier and TypeMethodDescriptionvoidDbAnswer.updateSqlResponse(SqlResponse response) Populates a SqlResponse with either result data or update count. -
Uses of SqlResponse in org.qubership.atp.mia.repo.driver
Methods in org.qubership.atp.mia.repo.driver that return SqlResponseModifier and TypeMethodDescriptiondefault SqlResponseQueryDriver.executeQuery(Server server, String query, String tableName, boolean saveToWordFile, boolean saveToZipFile, int dbExecutionRecordsLimit) Executes query. -
Uses of SqlResponse in org.qubership.atp.mia.service.execution
Methods in org.qubership.atp.mia.service.execution that return types with arguments of type SqlResponseModifier and TypeMethodDescriptionProcessService.executeCurrentStatement(String executableName) Executes current statement queries.SqlExecutionHelperService.executeValidations(List<Validation> validations, Command command) Executes validations.SqlExecutionHelperService.handleSingleQuery(String query, Server server, boolean toLimitRecords) Handle single query.Method parameters in org.qubership.atp.mia.service.execution with type arguments of type SqlResponseModifier and TypeMethodDescriptionvoidSqlExecutionHelperService.saveSqlTableToFile(List<SqlResponse> sqlResponses) Save sql result to file.