Uses of Interface
ca.phon.query.db.ResultSet
Packages that use ResultSet
Package
Description
Classes for
-
Uses of ResultSet in ca.phon.app.opgraph.nodes.query
Constructors in ca.phon.app.opgraph.nodes.query with parameters of type ResultSet -
Uses of ResultSet in ca.phon.app.query
Methods in ca.phon.app.query that return ResultSetModifier and TypeMethodDescriptionResultSetEditor.getResultSet()ResultSetSelector.getSelectedSearches()ResultSetTableModel.getSelectedSearches()ResultSetTableModel.resultSetForRow(int row) Methods in ca.phon.app.query that return types with arguments of type ResultSetModifier and TypeMethodDescriptionQueryAndReportWizard.findOpenResultSets(Session session) Find all open results sets for the given session.OpenResultSetSelector.getSelectedResultSets()Methods in ca.phon.app.query with parameters of type ResultSetModifier and TypeMethodDescriptionvoidResultSetTableModel.removeResultSet(ResultSet rs) voidResultListingTableModel.setResultSet(ResultSet rs) voidResultSetSelector.setSelected(ResultSet s, boolean v) voidResultSetTableModel.setSelected(ResultSet s, boolean v) Constructors in ca.phon.app.query with parameters of type ResultSetModifierConstructorDescriptionResultListingTableModel(Session session, ResultSet rs, ResultListing listing) ResultSetEditor(Project project, Query query, ResultSet rs) ConstructorResultSetTreeNode(String queryName, ResultSet resultSet) Constructor parameters in ca.phon.app.query with type arguments of type ResultSetModifierConstructorDescriptionResultSetTableModel(List<Tuple<QueryAndReportWizard, Tuple<String, ResultSet>>> resultSets) -
Uses of ResultSet in ca.phon.app.session
Methods in ca.phon.app.session that return ResultSetMethods in ca.phon.app.session with parameters of type ResultSet -
Uses of ResultSet in ca.phon.app.session.editor.view.timeline
Method parameters in ca.phon.app.session.editor.view.timeline with type arguments of type ResultSetModifier and TypeMethodDescriptionvoidTimelineViewRecordTier.onSelectResultRecords(PhonActionEvent<ResultSet> pae) -
Uses of ResultSet in ca.phon.query.db
Methods in ca.phon.query.db that return ResultSetModifier and TypeMethodDescriptionQueryFactory.createResultSet()Create a ResultSet instance.ResultSetManager.loadResultSet(Project project, Query query, String sessionName) Loads a given result set for a query from the specified project.Methods in ca.phon.query.db that return types with arguments of type ResultSetModifier and TypeMethodDescriptionResultSetManager.getResultSetsForQuery(Project project, Query query) Gets a list of result sets for a specified query and project.Methods in ca.phon.query.db with parameters of type ResultSetModifier and TypeMethodDescriptionvoidResultSetManager.deleteResultSet(Project project, Query query, ResultSet resultset) Delete the specified result set from the given project and query.voidResultSetManager.saveResultSet(Project project, Query query, ResultSet resultSet) Saves a query's result set in the specified project.Constructors in ca.phon.query.db with parameters of type ResultSet -
Uses of ResultSet in ca.phon.query.db.xml
Classes in ca.phon.query.db.xml that implement ResultSetModifier and TypeClassDescriptionclassSimilar toXMLResultSet, except loading of result set data is lazy (i.e., delayed as long as possible).classXML-based implementation ofResultSet.Methods in ca.phon.query.db.xml that return ResultSetModifier and TypeMethodDescriptionXMLQueryFactory.createResultSet()XMLResultSetManager.loadResultSet(Project project, Query query, String sessionPath) Methods in ca.phon.query.db.xml that return types with arguments of type ResultSetModifier and TypeMethodDescriptionXMLResultSetManager.getResultSetsForQuery(Project project, Query query) Methods in ca.phon.query.db.xml with parameters of type ResultSetModifier and TypeMethodDescriptionvoidXMLResultSetManager.deleteResultSet(Project project, Query query, ResultSet resultset) voidXMLResultSetManager.saveResultSet(Project project, Query query, ResultSet resultSet) -
Uses of ResultSet in ca.phon.query.pql
Methods in ca.phon.query.pql that return types with arguments of type ResultSet -
Uses of ResultSet in ca.phon.query.report
Methods in ca.phon.query.report with parameters of type ResultSetModifier and TypeMethodDescriptionvoidReportBuilder.buildReport(ReportDesign design, Project project, Query q, ResultSet[] resultSets, File file) Deprecated.Build the report.abstract voidReportBuilder.buildReport(ReportDesign design, Project project, Query q, ResultSet[] resultSets, OutputStream file) Deprecated.Build the report.static DefaultTableDataSourceResultsToTable.createResultTable(Project project, ResultSet[] results, boolean includeSessionInfo, boolean includeSpeakerInfo, boolean includeTierInfo, boolean includeMetadata, boolean ignoreDiacritics, boolean onlyOrExcept, Collection<Diacritic> selectedDiacritics) Turn multiple result sets for multiple sessions into a tableResultSetListingManager.getPathForResultListing(Project project, Query query, ResultSet resultSet) Deprecated.Get path for the result listing xml file.ResultSetListingManager.getResultListing(Project project, Query query, ResultSet resultSet) Deprecated.Get the result listing (if any) for the given result set.voidResultSetListingManager.saveResultListing(Project project, Query query, ResultSet resultSet, ResultListing listing) Deprecated.Save result listing for a given result setstatic DefaultTableDataSourceResultsToTable.setupTable(ResultSet[] results, boolean includeSessionInfo, boolean includeSpeakerInfo, boolean includeTierInfo, boolean includeMetadata) Setup result table with header based on parameters -
Uses of ResultSet in ca.phon.query.report.csv
Methods in ca.phon.query.report.csv with parameters of type ResultSetModifier and TypeMethodDescriptionvoidCSVReportBuilder.buildReport(ReportDesign design, Project project, Query query, ResultSet[] resultSets, OutputStream stream) TODO Datasources should be given as indirect dependencies since we can re-use them for other report builders. -
Uses of ResultSet in ca.phon.query.report.datasource
Methods in ca.phon.query.report.datasource with parameters of type ResultSetModifier and TypeMethodDescriptionvoidResultListingDataSource.setResultSet(ResultSet rs) Deprecated.Constructors in ca.phon.query.report.datasource with parameters of type ResultSetModifierConstructorDescriptionInventoryDataSource(ResultSet[] searches, InventorySection data) Deprecated.ConstructorResultListingDataSource(Project project, ResultSet s, ResultListing section) Deprecated.ResultListingDataSource(Session session, ResultSet rs, ResultListing section) Deprecated.SummaryDataSource(ResultSet[] resultSets, SummarySection info) Deprecated. -
Uses of ResultSet in ca.phon.query.report.util
Methods in ca.phon.query.report.util with parameters of type ResultSetModifier and TypeMethodDescriptionstatic ResultListingField[]ResultListingFieldBuilder.getDefaultFields(ResultSet rs) Deprecated.Get a list of default fields for the given result set. -
Uses of ResultSet in ca.phon.query.script
Methods in ca.phon.query.script that return ResultSetModifier and TypeMethodDescriptionQueryTask.executeQuery()Execute the query and return the result set.QueryTask.getResultSet()Methods in ca.phon.query.script with parameters of type ResultSet