Package org.openmetadata.service.jdbi3
Class CollectionDAO.EntityRelationshipDAO.FromRelationshipMapper
- java.lang.Object
-
- org.openmetadata.service.jdbi3.CollectionDAO.EntityRelationshipDAO.FromRelationshipMapper
-
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.RowMapper<CollectionDAO.EntityRelationshipRecord>
- Enclosing interface:
- CollectionDAO.EntityRelationshipDAO
public static class CollectionDAO.EntityRelationshipDAO.FromRelationshipMapper extends Object implements org.jdbi.v3.core.mapper.RowMapper<CollectionDAO.EntityRelationshipRecord>
-
-
Constructor Summary
Constructors Constructor Description FromRelationshipMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionDAO.EntityRelationshipRecordmap(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx)
-
-
-
Method Detail
-
map
public CollectionDAO.EntityRelationshipRecord map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException
- Specified by:
mapin interfaceorg.jdbi.v3.core.mapper.RowMapper<CollectionDAO.EntityRelationshipRecord>- Throws:
SQLException
-
-