Searched refs:rowTB (Results 1 – 1 of 1) sorted by relevance
203 XRow rowTB = (XRow)UnoRuntime.queryInterface(XRow.class, rsTables); in displayTableStructure() local206 String catalog = rowTB.getString( 1 ); in displayTableStructure()207 if ( rowTB.wasNull() ) in displayTableStructure()210 String schema = rowTB.getString( 2 ); in displayTableStructure()211 if ( rowTB.wasNull() ) in displayTableStructure()214 String table = rowTB.getString( 3 ); in displayTableStructure()215 String type = rowTB.getString( 4 ); in displayTableStructure()
Completed in 6 milliseconds