Searched refs:getStatement (Results 1 - 2 of 2) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java382 PreparedStatement ps = conn.getStatement(IS_DIR_IN_CACHE);
556 ps = conn.getStatement(GET_DIR_HISTORY);
560 ps = conn.getStatement(GET_FILE_HISTORY);
567 withFiles ? conn.getStatement(GET_CS_FILES) : null;
681 addChangeset = conn.getStatement(ADD_CHANGESET);
685 addDirchange = conn.getStatement(ADD_DIRCHANGE);
689 addFilechange = conn.getStatement(ADD_FILECHANGE);
902 PreparedStatement reposIdPS = conn.getStatement(GET_REPOSITORY);
915 conn.getStatement(INSERT_REPOSITORY);
941 PreparedStatement ps = conn.getStatement(GET_AUTHOR
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/jdbc/
H A DConnectionResource.java99 public PreparedStatement getStatement(StatementCreator creator) method in class:ConnectionResource
122 * created for it, and the method {@link #getStatement(StatementCreator)}

Completed in 18 milliseconds