java.lang.Object
edu.iu.jdbc.pool.IuPooledConnection.StatementKey
- Enclosing class:
IuPooledConnection
Hash key for
PreparedStatement initialization args.-
Constructor Summary
ConstructorsConstructorDescriptionStatementKey(Class<? extends PreparedStatement> type, Object[] args) Constructor. -
Method Summary
-
Constructor Details
-
StatementKey
StatementKey(Class<? extends PreparedStatement> type, Object[] args) Constructor.- Parameters:
type-PreparedStatementorCallableStatementargs- arguments to be passed toMethod.invoke(Object, Object...)after a cache miss.
-
-
Method Details