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

/opengrok-sun/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
263 * Fill the PARENT column of the DIRECTORIES table with correct values.
289 DatabaseMetaData dmd, String schema, String table)
292 null, schema, table, new String[] {"TABLE"});
301 DatabaseMetaData dmd, String schema, String table, String column)
303 ResultSet rs = dmd.getColumns(null, schema, table, column);
313 * the id to use for the next row in a certain table. If there are rows
314 * in the table, take the maximum value and increment it by one. Otherwise,
843 for (String table
288 tableExists( DatabaseMetaData dmd, String schema, String table) argument
300 columnExists( DatabaseMetaData dmd, String schema, String table, String column) argument
[all...]
/opengrok-sun/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 328 milliseconds