Searched refs:rsTables (Results 1 – 1 of 1) sorted by relevance
202 XResultSet rsTables = dm.getTables(null,"%","SALES",null); in displayTableStructure() local203 XRow rowTB = (XRow)UnoRuntime.queryInterface(XRow.class, rsTables); in displayTableStructure()204 while ( rsTables.next() ) in displayTableStructure()
Completed in 19 milliseconds