All Packages Class Hierarchy This Package Previous Next Index
Class PREDATOR.UnformattedResult
java.lang.Object
|
+----PREDATOR.UnformattedResult
- public class UnformattedResult
- extends Object
- implements QueryResult
The result returned by a call to Connection.processQuery when the results
are not records, but are not erroneous, either, e.g., "list rels".
- See Also:
- processQuery
-
toString()
- Produces a string form of the unformatted result.
toString
public String toString()
- Produces a string form of the unformatted result.
- Returns:
- A string form of the unformatted result
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index