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