Searched refs:rowSetProperties (Results 1 – 2 of 2) sorted by relevance
177 … final XPropertySet rowSetProperties = UnoRuntime.queryInterface( XPropertySet.class, m_rowSet ); in createRowSet() local178 rowSetProperties.setPropertyValue("Command", command); in createRowSet()179 rowSetProperties.setPropertyValue("CommandType", Integer.valueOf(commandType)); in createRowSet()180 …rowSetProperties.setPropertyValue("ActiveConnection", m_database.defaultConnection().getXConnectio… in createRowSet()183 rowSetProperties.setPropertyValue("FetchSize", Integer.valueOf(MAX_FETCH_ROWS)); in createRowSet()
167 private final Map rowSetProperties = new HashMap(); field in SDBCReportDataFactory383 …if (rowSetProperties.containsKey(rowSetProps) && detailColumns != null && !detailColumns.isEmpty()) in createRowSet()387 rowSetProperties.get(rowSetProps), parameterMap.get(rowSetProps) in createRowSet()419 rowSetProperties.put(rowSetProps, rowSet); in createRowSet()
Completed in 32 milliseconds