Package org.openmetadata.service.jdbi3
Class CollectionDAO.TestCaseDAO.TestCaseRecordMapper
java.lang.Object
org.openmetadata.service.jdbi3.CollectionDAO.TestCaseDAO.TestCaseRecordMapper
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.RowMapper<CollectionDAO.TestCaseDAO.TestCaseRecord>
- Enclosing interface:
- CollectionDAO.TestCaseDAO
public static class CollectionDAO.TestCaseDAO.TestCaseRecordMapper
extends Object
implements org.jdbi.v3.core.mapper.RowMapper<CollectionDAO.TestCaseDAO.TestCaseRecord>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.mapper.RowMapper
init, specialize
-
Constructor Details
-
TestCaseRecordMapper
public TestCaseRecordMapper()
-
-
Method Details
-
map
public CollectionDAO.TestCaseDAO.TestCaseRecord map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException - Specified by:
mapin interfaceorg.jdbi.v3.core.mapper.RowMapper<CollectionDAO.TestCaseDAO.TestCaseRecord>- Throws:
SQLException
-