java.sql.PreparedStatement
or a java.sql.CallableStatement
. The key takes a number of statement related attributes into account, and is used to insert and look up cached statement objects in the JDBC statement cache.
Key instances are created by a statement key factory. @see StatementKeyFactory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|