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
-
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:
mapin interfaceorg.jdbi.v3.core.mapper.ColumnMapper<UUID>- Throws:
SQLException
-