Uses of Interface
ca.phon.query.db.ResultSet
Package
Description
Classes for
-
Uses of ResultSet in ca.phon.app.opgraph.nodes.query
-
Uses of ResultSet in ca.phon.app.query
Modifier and TypeMethodDescriptionResultSetEditor.getResultSet()
ResultSetSelector.getSelectedSearches()
ResultSetTableModel.getSelectedSearches()
ResultSetTableModel.resultSetForRow
(int row) Modifier and TypeMethodDescriptionQueryAndReportWizard.findOpenResultSets
(Session session) Find all open results sets for the given session.OpenResultSetSelector.getSelectedResultSets()
Modifier 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) ModifierConstructorDescriptionResultListingTableModel
(Session session, ResultSet rs, ResultListing listing) ResultSetEditor
(Project project, Query query, ResultSet rs) ConstructorResultSetTreeNode
(String queryName, ResultSet resultSet) ModifierConstructorDescriptionResultSetTableModel
(List<Tuple<QueryAndReportWizard, Tuple<String, ResultSet>>> resultSets) -
Uses of ResultSet in ca.phon.app.session
-
Uses of ResultSet in ca.phon.app.session.editor.view.timeline
Modifier and TypeMethodDescriptionvoid
TimelineRecordTier.onSelectResultRecords
(PhonActionEvent<ResultSet> pae) -
Uses of ResultSet in ca.phon.query.db
Modifier 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.Modifier and TypeMethodDescriptionResultSetManager.getResultSetsForQuery
(Project project, Query query) Gets a list of result sets for a specified query and project.Modifier 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. -
Uses of ResultSet in ca.phon.query.db.xml
Modifier and TypeClassDescriptionclass
Similar toXMLResultSet
, except loading of result set data is lazy (i.e., delayed as long as possible).class
XML-based implementation ofResultSet
.Modifier and TypeMethodDescriptionXMLQueryFactory.createResultSet()
XMLResultSetManager.loadResultSet
(Project project, Query query, String sessionName) Modifier and TypeMethodDescriptionXMLResultSetManager.getResultSetsForQuery
(Project project, Query query) Modifier 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
-
Uses of ResultSet in ca.phon.query.report
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
ResultListingDataSource.setResultSet
(ResultSet rs) Deprecated.ModifierConstructorDescriptionInventoryDataSource
(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
Modifier 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
Modifier and TypeMethodDescriptionQueryTask.executeQuery()
Execute the query and return the result set.QueryTask.getResultSet()