Package org.openmetadata.service.jdbi3
Class CollectionDAO.TagUsageDAO.TagLabelMapperMigration
- java.lang.Object
-
- org.openmetadata.service.jdbi3.CollectionDAO.TagUsageDAO.TagLabelMapperMigration
-
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.RowMapper<CollectionDAO.TagUsageDAO.TagLabelMigration>
- Enclosing interface:
- CollectionDAO.TagUsageDAO
@Deprecated(since="Release 1.1") public static class CollectionDAO.TagUsageDAO.TagLabelMapperMigration extends Object implements org.jdbi.v3.core.mapper.RowMapper<CollectionDAO.TagUsageDAO.TagLabelMigration>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description TagLabelMapperMigration()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CollectionDAO.TagUsageDAO.TagLabelMigrationmap(ResultSet r, org.jdbi.v3.core.statement.StatementContext ctx)Deprecated.
-
-
-
Method Detail
-
map
public CollectionDAO.TagUsageDAO.TagLabelMigration map(ResultSet r, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException
Deprecated.- Specified by:
mapin interfaceorg.jdbi.v3.core.mapper.RowMapper<CollectionDAO.TagUsageDAO.TagLabelMigration>- Throws:
SQLException
-
-