Re: Java SQL interface
- From: Robert Klemme <bob.news@xxxxxxx>
- Date: Wed, 07 Jun 2006 12:03:40 +0200
lakshmi Ashok wrote:
If the DB even makes use of a query plan, in most cases it's the DB itself
that decides upon that.
So, if I use a java prepared statement, there is no confirmation that
the DB may re-use the query plan?
In this case, its as good as using 'Statement' ??
No. Usually the execution plan for a prepared statement is reused. But sometimes it might not be reused. This depends on circumstances, DB vendor and version.
robert
.
- References:
- Java SQL interface
- From: lakshmi Ashok
- Re: Java SQL interface
- From: Arto Viitanen
- Re: Java SQL interface
- From: lakshmi Ashok
- Re: Java SQL interface
- From: Bjorn Abelli
- Re: Java SQL interface
- From: lakshmi Ashok
- Java SQL interface
- Prev by Date: Re: Java SQL interface
- Next by Date: Re: Java SQL interface
- Previous by thread: Re: Java SQL interface
- Next by thread: Re: Java SQL interface
- Index(es):