Class UuidUtil.UuidColumnMapper

java.lang.Object
io.trino.plugin.raptor.legacy.util.UuidUtil.UuidColumnMapper
All Implemented Interfaces:
org.jdbi.v3.core.mapper.ColumnMapper<UUID>
Enclosing class:
UuidUtil

public static final class UuidUtil.UuidColumnMapper extends Object implements org.jdbi.v3.core.mapper.ColumnMapper<UUID>
  • Constructor Details

    • UuidColumnMapper

      public UuidColumnMapper()
  • Method Details

    • map

      public UUID map(ResultSet r, int index, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException
      Specified by:
      map in interface org.jdbi.v3.core.mapper.ColumnMapper<UUID>
      Throws:
      SQLException