Searched defs:column (Results 1 - 2 of 2) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DSimpleCharStream.java19 protected int column = 0; field in class:SimpleCharStream
137 column++;
142 line += (column = 1);
152 line += (column = 1);
164 column--;
165 column += (8 - (column & 07));
172 bufcolumn[bufpos] = column;
242 column = startcolumn - 1;
265 column
[all...]
/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java245 // PARENT column in the DIRECTORIES table. If the column is missing,
304 * Fill the PARENT column of the DIRECTORIES table with correct values. Used
306 * column.
332 DatabaseMetaData dmd, String schema, String table, String column)
334 try (ResultSet rs = dmd.getColumns(null, schema, table, column)) {
813 // their auto-generated identity column can be used as a chronological
814 // ordering column. Otherwise, incremental updates will make the
815 // identity column unusable for chronological ordering. So therefore
331 columnExists( DatabaseMetaData dmd, String schema, String table, String column) argument

Completed in 13 milliseconds