Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/db/
H A DRecordParser.java224 XColumnsSupplier xDBCols = UnoRuntime.queryInterface(XColumnsSupplier.class, ResultSet); in executeCommand() local
225 xColumns = xDBCols.getColumns(); in executeCommand()