Class InsertPreparedStatementSetter

  • All Implemented Interfaces:
    org.springframework.jdbc.core.PreparedStatementSetter
    Direct Known Subclasses:
    InsertPropsPreparedStatementSetter

    public class InsertPreparedStatementSetter
    extends java.lang.Object
    implements org.springframework.jdbc.core.PreparedStatementSetter
    • Constructor Detail

      • InsertPreparedStatementSetter

        public InsertPreparedStatementSetter​(java.util.Set<ColumnPayload> changes)
    • Method Detail

      • setValues

        public void setValues​(java.sql.PreparedStatement ps)
                       throws java.sql.SQLException
        Specified by:
        setValues in interface org.springframework.jdbc.core.PreparedStatementSetter
        Throws:
        java.sql.SQLException
      • setValues

        protected void setValues​(java.sql.PreparedStatement ps,
                                 java.util.Set<ColumnPayload> changes)
                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object