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