Package org.openmetadata.service.jdbi3
Class CollectionDAO.TokenRowMapper
java.lang.Object
org.openmetadata.service.jdbi3.CollectionDAO.TokenRowMapper
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.RowMapper<TokenInterface>
- Enclosing interface:
- CollectionDAO
public static class CollectionDAO.TokenRowMapper
extends Object
implements org.jdbi.v3.core.mapper.RowMapper<TokenInterface>
-
Constructor Details
-
TokenRowMapper
public TokenRowMapper()
-
-
Method Details
-
map
public TokenInterface map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException - Specified by:
mapin interfaceorg.jdbi.v3.core.mapper.RowMapper<TokenInterface>- Throws:
SQLException
-
getToken
-