Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java219 XRow rowCL = (XRow)UnoRuntime.queryInterface(XRow.class, rsColumns); in displayTableStructure() local
222 …System.out.println("Column: " + rowCL.getString( 4 ) + " Type: " + rowCL.getInt( 5 ) + " TypeName:… in displayTableStructure()

Completed in 13 milliseconds