Searched defs:table (Results 1 - 3 of 3) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java245 // PARENT column in the DIRECTORIES table. If the column is missing,
282 // columns when multiple threads insert into the same table
304 * Fill the PARENT column of the DIRECTORIES table with correct values. Used
323 DatabaseMetaData dmd, String schema, String table)
326 null, schema, table, new String[]{"TABLE"})) {
332 DatabaseMetaData dmd, String schema, String table, String column)
334 try (ResultSet rs = dmd.getColumns(null, schema, table, column)) {
341 * id to use for the next row in a certain table. If there are rows in the
342 * table, take the maximum value and increment it by one. Otherwise, the
584 * Get the number of rows in the FILEMOVES table
322 tableExists( DatabaseMetaData dmd, String schema, String table) argument
331 columnExists( DatabaseMetaData dmd, String schema, String table, String column) argument
[all...]
/opengrok/lib/
H A Dswing-layout-0.9.jar ... .swing.JTable, int) javax.swing.JTable table int height javax.swing.JLabel label int rowMargin ...
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 13 milliseconds