Class UuidUtil.UuidArgumentFactory

java.lang.Object
org.jdbi.v3.core.argument.AbstractArgumentFactory<UUID>
io.trino.plugin.raptor.legacy.util.UuidUtil.UuidArgumentFactory
All Implemented Interfaces:
org.jdbi.v3.core.argument.ArgumentFactory, org.jdbi.v3.core.argument.ArgumentFactory.Preparable
Enclosing class:
UuidUtil

public static final class UuidUtil.UuidArgumentFactory extends org.jdbi.v3.core.argument.AbstractArgumentFactory<UUID>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jdbi.v3.core.argument.ArgumentFactory

    org.jdbi.v3.core.argument.ArgumentFactory.Preparable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.jdbi.v3.core.argument.Argument
    build(UUID uuid, org.jdbi.v3.core.config.ConfigRegistry config)
     

    Methods inherited from class org.jdbi.v3.core.argument.AbstractArgumentFactory

    build, prepare, prePreparedTypes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UuidArgumentFactory

      public UuidArgumentFactory()
  • Method Details

    • build

      protected org.jdbi.v3.core.argument.Argument build(UUID uuid, org.jdbi.v3.core.config.ConfigRegistry config)
      Specified by:
      build in class org.jdbi.v3.core.argument.AbstractArgumentFactory<UUID>