Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/db/
H A DRecordParser.java50 com.sun.star.sdbc.XRow xResultSetRow; field in RecordParser
96 String sValue = xResultSetRow.getString(ColIndex); //??? in getColumnStringValue()
115 … DblValue = new Double(xResultSetRow.getDouble(ColIndex) + (double) super.getNullDateCorrection()); in getColumnDoubleValue()
119 DblValue = new Double(xResultSetRow.getDouble(ColIndex)); in getColumnDoubleValue()
121 if (!xResultSetRow.wasNull()) in getColumnDoubleValue()
223 xResultSetRow = UnoRuntime.queryInterface(com.sun.star.sdbc.XRow.class, ResultSet); in executeCommand()