Uses of Class
org.opensolaris.opengrok.jdbc.StatementCreator

Packages that use StatementCreator
org.opensolaris.opengrok.jdbc   
 

Uses of StatementCreator in org.opensolaris.opengrok.jdbc
 

Subclasses of StatementCreator in org.opensolaris.opengrok.jdbc
 class InsertQuery
          A StatementCreator class that creates insert statements which return generated keys.
 class PreparedQuery
          A StatementCreator for statements that create ResultSets with specified type, concurrency and holdability.
 

Methods in org.opensolaris.opengrok.jdbc with parameters of type StatementCreator
 java.sql.PreparedStatement ConnectionResource.getStatement(StatementCreator creator)
          Get a PreparedStatement as defined by the specified StatementCreator.