Class NullArgument

  • All Implemented Interfaces:
    org.skife.jdbi.v2.tweak.Argument

    public class NullArgument
    extends java.lang.Object
    implements org.skife.jdbi.v2.tweak.Argument
    • Constructor Summary

      Constructors 
      Constructor Description
      NullArgument​(int type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(int position, java.sql.PreparedStatement statement, org.skife.jdbi.v2.StatementContext ctx)  
      • Methods inherited from class java.lang.Object

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

      • NullArgument

        public NullArgument​(int type)
    • Method Detail

      • apply

        public void apply​(int position,
                          java.sql.PreparedStatement statement,
                          org.skife.jdbi.v2.StatementContext ctx)
                   throws java.sql.SQLException
        Specified by:
        apply in interface org.skife.jdbi.v2.tweak.Argument
        Throws:
        java.sql.SQLException