You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2019/04/11 01:19:00 UTC

[jira] [Resolved] (GERONIMO-6714) Use PreparedStatement

     [ https://issues.apache.org/jira/browse/GERONIMO-6714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks resolved GERONIMO-6714.
------------------------------------
    Resolution: Won't Fix

Geronimo server is no longer being developed

> Use PreparedStatement
> ---------------------
>
>                 Key: GERONIMO-6714
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6714
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: databases
>            Reporter: bd2019us
>            Priority: Major
>         Attachments: patch.txt
>
>
> {color:#24292e}Hello,{color}
> {color:#24292e}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. {color}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)