Wednesday 1 October 2014

PreparedStatement

PreparedStatement interface extends Statement interface. PreparedStatement object represents a precompiled SQL statement. By using PreparedStatement a SQL statement is precompiled and stored in a PreparedStatement object. So this object is used to effectively execute the same statement multiple times.


Prevoius                                                 Next                                                 Home

No comments:

Post a Comment