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