Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
Security Level: public (Regular issues)
-
None
-
Patch Available
Description
Hello,
Is it a good way to use "PreparedStatement" instead of "createStatement" to improve performance? "PreparedStatement" is helpful if we are executing a particular parameterized SQL query multiple times ( such as "Delete..." in this case) since "PreparedStatement" can be precompiled and the query is created only once.