org.opensolaris.opengrok.jdbc
Class StatementCreator

java.lang.Object
  extended by org.opensolaris.opengrok.jdbc.StatementCreator
Direct Known Subclasses:
InsertQuery, PreparedQuery

public abstract class StatementCreator
extends java.lang.Object

Class used to specify how to create a PreparedStatement to be returned from a ConnectionResource's statement cache.

See Also:
ConnectionResource.getStatement(StatementCreator)

Constructor Summary
StatementCreator()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementCreator

public StatementCreator()