Uses of Interface
ca.phon.query.db.Result
-
Uses of Result in ca.phon.query.db
Modifier 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.Modifier and TypeMethodDescriptionResultSet.iterator()
Return an iterator for all results in this set.ResultSet.iterator
(boolean includeExcluded) Return an iterator for resultsModifier 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
Modifier and TypeMethodDescriptionXMLQueryFactory.createResult()
XMLLazyResultSet.getResult
(int idx) XMLResultSet.getResult
(int idx) XMLLazyResultSet.removeResult
(int idx) XMLResultSet.removeResult
(int idx)