Home
last modified time | relevance | path

Searched refs:rowTB (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java203 XRow rowTB = (XRow)UnoRuntime.queryInterface(XRow.class, rsTables); in displayTableStructure() local
206 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 5 milliseconds