Not logged in : Login |
A prepared statement allows you to take a commonly used SQL statement and pre-compile it, thereby dramatically improving performance if the statement is executed multiple times. If your applications has many queries that are reused with only parametic changes occuring, then it is beneficial to pool this statements and retain control over their life span. JDBC 3.0 delivers as solution to this need via Prepared Statement Pooling, which enables the life span of a prepared statement to be handled at the driver level thereby alleviating the JDBC application or service developer of this responsibility.
Attributes | Values |
---|---|
description |
|
described by | |
name |
|
isFeatureOf | |
hasCategory | |
hasBenefit | |
name |
|
type | |
is topic of | |
is about of |