Class PeriodArgumentFactory

java.lang.Object
org.jdbi.v3.core.argument.AbstractArgumentFactory<Period>
org.jdbi.v3.postgres.PeriodArgumentFactory
All Implemented Interfaces:
org.jdbi.v3.core.argument.ArgumentFactory, org.jdbi.v3.core.argument.ArgumentFactory.Preparable

public class PeriodArgumentFactory extends org.jdbi.v3.core.argument.AbstractArgumentFactory<Period>
Postgres version of argument factory for Period.
  • 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
    org.jdbi.v3.core.argument.Argument
    build(Period period, 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

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

    • PeriodArgumentFactory

      public PeriodArgumentFactory()
  • Method Details

    • build

      public org.jdbi.v3.core.argument.Argument build(Period period, org.jdbi.v3.core.config.ConfigRegistry config)