Class SelectorRecord.Mapper
java.lang.Object
io.trino.plugin.resourcegroups.db.SelectorRecord.Mapper
- All Implemented Interfaces:
org.jdbi.v3.core.mapper.RowMapper<SelectorRecord>
- Enclosing class:
- SelectorRecord
public static class SelectorRecord.Mapper
extends Object
implements org.jdbi.v3.core.mapper.RowMapper<SelectorRecord>
-
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
-
Mapper
public Mapper()
-
-
Method Details
-
map
public SelectorRecord map(ResultSet resultSet, org.jdbi.v3.core.statement.StatementContext context) throws SQLException - Specified by:
mapin interfaceorg.jdbi.v3.core.mapper.RowMapper<SelectorRecord>- Throws:
SQLException
-