Searched refs:StatementCreator (Results 1 - 4 of 4) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/jdbc/
H A DStatementCreator.java34 * @see ConnectionResource#getStatement(StatementCreator)
36 public abstract class StatementCreator { class
H A DInsertQuery.java33 * A {@code StatementCreator} class that creates insert statements which
36 public final class InsertQuery extends StatementCreator {
H A DConnectionResource.java43 private final Map<StatementCreator, PreparedStatement> statements =
87 * {@code StatementCreator}. If it is the first time the statement
89 * {@link StatementCreator#create(Connection)} method is called to
99 public PreparedStatement getStatement(StatementCreator creator)
121 * be used frequently, a {@code StatementCreator} object should be
122 * created for it, and the method {@link #getStatement(StatementCreator)}
H A DPreparedQuery.java33 * A {@code StatementCreator} for statements that create {@code ResultSet}s
36 public final class PreparedQuery extends StatementCreator {

Completed in 9 milliseconds