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
-
Constructor Details
-
TagLabelMapper
public TagLabelMapper()
-
-
Method Details
-
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
-