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 TypeMethodDescriptionvoid
ResultSetTableModel.removeResultSet
(ResultSet rs) void
ResultListingTableModel.setResultSet
(ResultSet rs) void
ResultSetSelector.setSelected
(ResultSet s, boolean v) void
ResultSetTableModel.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 TypeMethodDescriptionvoid
TimelineRecordTier.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 TypeMethodDescriptionvoid
ResultSetManager.deleteResultSet
(Project project, Query query, ResultSet resultset) Delete the specified result set from the given project and query.void
ResultSetManager.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 TypeClassDescriptionclass
Similar toXMLResultSet
, except loading of result set data is lazy (i.e., delayed as long as possible).class
XML-based implementation ofResultSet
.Methods in ca.phon.query.db.xml that return ResultSetModifier and TypeMethodDescriptionXMLQueryFactory.createResultSet()
XMLResultSetManager.loadResultSet
(Project project, Query query, String sessionName) 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 TypeMethodDescriptionvoid
XMLResultSetManager.deleteResultSet
(Project project, Query query, ResultSet resultset) void
XMLResultSetManager.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 TypeMethodDescriptionvoid
ReportBuilder.buildReport
(ReportDesign design, Project project, Query q, ResultSet[] resultSets, File file) Deprecated.Build the report.abstract void
ReportBuilder.buildReport
(ReportDesign design, Project project, Query q, ResultSet[] resultSets, OutputStream file) Deprecated.Build the report.ResultSetListingManager.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.void
ResultSetListingManager.saveResultListing
(Project project, Query query, ResultSet resultSet, ResultListing listing) Deprecated.Save result listing for a given result set -
Uses of ResultSet in ca.phon.query.report.csv
Methods in ca.phon.query.report.csv with parameters of type ResultSetModifier and TypeMethodDescriptionvoid
CSVReportBuilder.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 TypeMethodDescriptionvoid
ResultListingDataSource.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