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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java203 // PARENT column in the DIRECTORIES table. If the column is missing,
240 // columns when multiple threads insert into the same table
262 * Fill the PARENT column of the DIRECTORIES table with correct values.
288 DatabaseMetaData dmd, String schema, String table)
291 null, schema, table, new String[] {"TABLE"});
300 DatabaseMetaData dmd, String schema, String table, String column)
302 ResultSet rs = dmd.getColumns(null, schema, table, column);
312 * the id to use for the next row in a certain table. If there are rows
313 * in the table, take the maximum value and increment it by one. Otherwise,
828 for (String table
287 tableExists( DatabaseMetaData dmd, String schema, String table) argument
299 columnExists( DatabaseMetaData dmd, String schema, String table, String column) argument
[all...]
/opengrok-jel/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-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 17 milliseconds