Package com.metamatrix.jdbc.api

Interface Summary
Annotation Annotation from query engine, collected during execution.
Connection MetaMatrix extensions to the standard JDBC Connection interface.
ConnectionProperties MetaMatrix-specific connection properties.
DatabaseMetaData The MetaMatrix-specific interface for retrieving metadata from the MetaMatrix server.
DisplayHelper This interface is used to plug in display-specific information for the TextOutputVisitor.
ExecutionProperties MetaMatrix-specific execution properties.
PlanNode Represents one node in a query plan tree.
ResultSet The MetaMatrix-specific interface for using result sets from JDBC.
ResultSetMetaData The MetaMatrix-specific interface for using result set metadata from JDBC.
SQLException  
Statement The MetaMatrix-specific interface for executing statements against the MetaMatrix server.
 

Class Summary
DefaultDisplayHelper Implement a default display helper that can be used with the TextOutputVisitor and XMLOutputVisitor.
PlanVisitor A helper class to walk a query plan and execute some action at each node.
SQLStates Utility class containing 1) SQL state constants used to represent MetaMatrix JDBC error state code, and 2) utility methods to check whether a SQL state belongs to a particular class of exception states.
SQLStates.SQLStateClass  
TextOutputVisitor This visitor class can be used to output a formatted text representation of the plan.
XMLOutputVisitor This visitor class can be used to output an XML representation of the plan.
 

Exception Summary
PartialResultsWarning This warning class is sent when using partial results mode if one or more sources fails.
 



Copyright © 2009. All Rights Reserved.