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 TypeMethodDescriptionvoidQueryHistoryTableModel.removeQuery(Query q) voidvoidvoidConstructors 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 QueryQueryManager.loadQuery(InputStream stream) Load query from given streamabstract QueryLoad 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 TypeMethodDescriptionvoidResultSetManager.deleteQuery(Project project, Query query) Delete the given query from the specified project.voidResultSetManager.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.voidResultSetManager.renameQuery(Project project, Query query, String newName) Re-name the specified query.abstract voidSave a query description to the given path.voidSaves a query in the specified project.voidResultSetManager.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 TypeClassDescriptionclassSimilar toXMLQuery, except loading of result set data is lazy (i.e., delayed as long as possible).classXML-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 TypeMethodDescriptionvoidXMLResultSetManager.deleteQuery(Project project, Query query) voidXMLResultSetManager.deleteResultSet(Project project, Query query, ResultSet resultset) XMLResultSetManager.getResultSetsForQuery(Project project, Query query) XMLResultSetManager.loadResultSet(Project project, Query query, String sessionPath) voidXMLResultSetManager.renameQuery(Project project, Query query, String newName) voidvoidvoidXMLResultSetManager.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 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.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.voidResultSetListingManager.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 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 Query in ca.phon.query.report.datasource
Constructors in ca.phon.query.report.datasource with parameters of type Query