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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java382 PreparedStatement ps = conn.getStatement(IS_DIR_IN_CACHE);
568 ps = conn.getStatement(GET_DIR_HISTORY);
572 ps = conn.getStatement(GET_FILE_HISTORY);
579 withFiles ? conn.getStatement(GET_CS_FILES) : null;
693 addChangeset = conn.getStatement(ADD_CHANGESET);
697 addDirchange = conn.getStatement(ADD_DIRCHANGE);
701 addFilechange = conn.getStatement(ADD_FILECHANGE);
915 PreparedStatement reposIdPS = conn.getStatement(GET_REPOSITORY);
928 conn.getStatement(INSERT_REPOSITORY);
959 PreparedStatement ps = conn.getStatement(GET_AUTHOR
[all...]
/opengrok-sun/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 10 milliseconds