Searched refs:xResultSetRow (Results 1 – 1 of 1) sorted by relevance
50 com.sun.star.sdbc.XRow xResultSetRow; field in RecordParser96 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()