Searched refs:m_rowSetProperties (Results 1 – 1 of 1) sorted by relevance
74 XPropertySet m_rowSetProperties; field in RowSet190 m_rowSetProperties = UnoRuntime.queryInterface( XPropertySet.class, m_rowSet ); in createRowSet()394 m_rowSetProperties.addPropertyChangeListener("IsModified", pRow); in testRowSetEvents()395 m_rowSetProperties.addPropertyChangeListener("IsNew", pRow); in testRowSetEvents()396 m_rowSetProperties.addPropertyChangeListener("IsRowCountFinal", pRow); in testRowSetEvents()397 m_rowSetProperties.addPropertyChangeListener("RowCount", pRow); in testRowSetEvents()564 final Integer rowCount = (Integer) m_rowSetProperties.getPropertyValue("RowCount"); in currentRowCount()812 m_rowSetProperties.setPropertyValue("FetchSize", Integer.valueOf(10)); in testCloneMovesPlusInsertions()870 …m_rowSetProperties.setPropertyValue("Command", "SELECT * FROM \"customers\" WHERE \"City\" = :city… in testParametersAfterNormalExecute()971 m_rowSetProperties.setPropertyValue("Filter", "\"City\" = :city"); in testParametersInFilter()[all …]