Class ToStringBinder<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void bind​(java.sql.PreparedStatement p, int index, T value)  
      • Methods inherited from class java.lang.Object

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

      • stringSetter

        private final StatementBinder<java.lang.String> stringSetter
    • Constructor Detail

      • ToStringBinder

        ToStringBinder​(StatementBinder<java.lang.String> stringSetter)
    • Method Detail

      • bind

        public void bind​(java.sql.PreparedStatement p,
                         int index,
                         T value)
                  throws java.sql.SQLException
        Specified by:
        bind in interface StatementBinder<T>
        Throws:
        java.sql.SQLException