Package org.openmetadata.service.jdbi3
Class MigrationDAO.FromServerChangeLogMapper
java.lang.Object
org.openmetadata.service.jdbi3.MigrationDAO.FromServerChangeLogMapper
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.RowMapper<MigrationDAO.ServerChangeLog>
- Enclosing interface:
- MigrationDAO
public static class MigrationDAO.FromServerChangeLogMapper
extends Object
implements org.jdbi.v3.core.mapper.RowMapper<MigrationDAO.ServerChangeLog>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.mapper.RowMapper
init, specialize
-
Constructor Details
-
FromServerChangeLogMapper
public FromServerChangeLogMapper()
-
-
Method Details
-
map
public MigrationDAO.ServerChangeLog map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException - Specified by:
mapin interfaceorg.jdbi.v3.core.mapper.RowMapper<MigrationDAO.ServerChangeLog>- Throws:
SQLException
-