Class ArgumentBinder


  • public final class ArgumentBinder
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void bindArgument​(@NotNull java.sql.PreparedStatement ps, int index, @Nullable java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • bindArgument

        public static void bindArgument​(@NotNull
                                        @NotNull java.sql.PreparedStatement ps,
                                        int index,
                                        @Nullable
                                        @Nullable java.lang.Object value)
                                 throws java.sql.SQLException
        Throws:
        java.sql.SQLException