1.

Write About Batchpreparedstatementsetter?

Answer»

BatchPreparedStatementSetter is USED to update more than a single row in one go, they can use BatchPreparedStatementSetter. This interface PROVIDES two methods they are

  • setValues( PreparedStatement ps, INT i) throws SOL EXCEPTION
  • int getBatchSize

BatchPreparedStatementSetter is used to update more than a single row in one go, they can use BatchPreparedStatementSetter. This interface provides two methods they are



Discussion

No Comment Found