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