Package tethys.dbxml
Class DBQueryResult
java.lang.Object
tethys.dbxml.DBQueryResult
- 
Field Summary
FieldsModifier and TypeFieldDescriptionlong - 
Constructor Summary
ConstructorsConstructorDescriptionDBQueryResult(long queryTimeMillis, Exception queryException) DBQueryResult(long queryTimeMillis, String queryResult, String schemaPlan)  - 
Method Summary
 
- 
Field Details
- 
queryTimeMillis
public long queryTimeMillis - 
queryResult
 - 
schemaPlan
 - 
queryException
 
 - 
 - 
Constructor Details
- 
DBQueryResult
 - 
DBQueryResult
 
 - 
 - 
Method Details
- 
getDocument
Get the result as an XML document.- Returns:
 - XML document
 - Throws:
 ParserConfigurationExceptionSAXExceptionIOException
 
 -