Uses of Interface
ca.phon.query.db.Query
Packages that use Query
Package
Description
-
Uses of Query in ca.phon.app.query
Methods in ca.phon.app.query that return QueryModifier and TypeMethodDescriptionEditQueryPanel.getQuery()
OpenQuerySelector.QueryInfo.getQuery()
QueryRunnerPanel.getQuery()
ResultSetEditor.getQuery()
ResultSetTableModel.getQuery()
QueryHistoryTableModel.getQueryForRow
(int rowIndex) Methods in ca.phon.app.query with parameters of type QueryModifier and TypeMethodDescriptionvoid
QueryHistoryTableModel.removeQuery
(Query q) void
void
void
Constructors in ca.phon.app.query with parameters of type QueryModifierConstructorDescriptionEditQueryDialog
(Project project, Query query) ResultSetEditor
(Project project, Query query, ResultSet rs) ConstructorResultSetSelector
(Project project, Query q) ConstructorResultSetTableModel
(Project project, Query q) -
Uses of Query in ca.phon.app.query.report
Constructors in ca.phon.app.query.report with parameters of type QueryModifierConstructorDescriptionReportWizard
(Project project, Project tempProject, Query q) ConstructorReportWizard
(Project project, Query q) -
Uses of Query in ca.phon.query.db
Methods in ca.phon.query.db that return QueryModifier and TypeMethodDescriptionQueryFactory.createQuery()
Create a query instance without an attached project.QueryFactory.createQuery
(Project project) Create a Query instance for the specified project.abstract Query
QueryManager.loadQuery
(InputStream stream) Load query from given streamabstract Query
Load query from given path.Loads a given query from the specified project.Methods in ca.phon.query.db that return types with arguments of type QueryModifier and TypeMethodDescriptionResultSetManager.getQueries
(Project project) Gets a list of queries for a specified project.Methods in ca.phon.query.db with parameters of type QueryModifier and TypeMethodDescriptionvoid
ResultSetManager.deleteQuery
(Project project, Query query) Delete the given query from the specified project.void
ResultSetManager.deleteResultSet
(Project project, Query query, ResultSet resultset) Delete the specified result set from the given project and query.ResultSetManager.getResultSetsForQuery
(Project project, Query query) Gets a list of result sets for a specified query and project.ResultSetManager.loadResultSet
(Project project, Query query, String sessionName) Loads a given result set for a query from the specified project.void
ResultSetManager.renameQuery
(Project project, Query query, String newName) Re-name the specified query.abstract void
Save a query description to the given path.void
Saves a query in the specified project.void
ResultSetManager.saveResultSet
(Project project, Query query, ResultSet resultSet) Saves a query's result set in the specified project. -
Uses of Query in ca.phon.query.db.xml
Classes in ca.phon.query.db.xml that implement QueryModifier and TypeClassDescriptionclass
Similar toXMLQuery
, except loading of result set data is lazy (i.e., delayed as long as possible).class
XML-based implementation ofQuery
.Methods in ca.phon.query.db.xml that return QueryModifier and TypeMethodDescriptionXMLQueryFactory.createQuery()
XMLQueryFactory.createQuery
(Project project) XMLQueryManager.loadQuery
(InputStream stream) Methods in ca.phon.query.db.xml that return types with arguments of type QueryMethods in ca.phon.query.db.xml with parameters of type QueryModifier and TypeMethodDescriptionvoid
XMLResultSetManager.deleteQuery
(Project project, Query query) void
XMLResultSetManager.deleteResultSet
(Project project, Query query, ResultSet resultset) XMLResultSetManager.getResultSetsForQuery
(Project project, Query query) XMLResultSetManager.loadResultSet
(Project project, Query query, String sessionName) void
XMLResultSetManager.renameQuery
(Project project, Query query, String newName) void
void
void
XMLResultSetManager.saveResultSet
(Project project, Query query, ResultSet resultSet) -
Uses of Query in ca.phon.query.report
Methods in ca.phon.query.report with parameters of type QueryModifier 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 Query in ca.phon.query.report.csv
Methods in ca.phon.query.report.csv with parameters of type QueryModifier 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 Query in ca.phon.query.report.datasource
Constructors in ca.phon.query.report.datasource with parameters of type Query