Uses of Interface
ca.phon.query.db.Result
Packages that use Result
-
Uses of Result in ca.phon.query.db
Methods in ca.phon.query.db that return ResultModifier and TypeMethodDescriptionQueryFactory.createResult()
Create a Result instance.ResultSet.getResult
(int idx) Get the result specified by the given index.ResultSet.removeResult
(int idx) Remove the result specified by the given index.Methods in ca.phon.query.db that return types with arguments of type ResultModifier and TypeMethodDescriptionResultSet.iterator()
Return an iterator for all results in this set.ResultSet.iterator
(boolean includeExcluded) Return an iterator for resultsMethods in ca.phon.query.db with parameters of type ResultModifier and TypeMethodDescriptionvoid
Add the given result to the result setstatic String
ReportHelper.createPrimaryResultString
(Result r) Map the result to a string including only the primary result values.static String
ReportHelper.createResultSchemaString
(Result r) Produces the schema for the given result (including all result values)static String
ReportHelper.createResultString
(Result r) Map result to a String.static List<ResultValue>
ReportHelper.getExtraResultValues
(Result r) Return a map of extra result values for the given result. -
Uses of Result in ca.phon.query.db.xml
Classes in ca.phon.query.db.xml that implement ResultMethods in ca.phon.query.db.xml that return ResultModifier and TypeMethodDescriptionXMLQueryFactory.createResult()
XMLLazyResultSet.getResult
(int idx) XMLResultSet.getResult
(int idx) XMLLazyResultSet.removeResult
(int idx) XMLResultSet.removeResult
(int idx) Methods in ca.phon.query.db.xml that return types with arguments of type ResultModifier and TypeMethodDescriptionXMLLazyResultSet.iterator()
XMLLazyResultSet.iterator
(boolean includeExcluded) XMLResultSet.iterator()
XMLResultSet.iterator
(boolean includeExcluded) Methods in ca.phon.query.db.xml with parameters of type Result