Package com.metamatrix.jdbc

Interface Summary
BatchFetcher  
ConnectionListener A JDBC Connection lifecycle listener
EmbeddedConnectionFactory A marker interface for creating connections Embedded DQP.
LobSearchUtil.StreamProvider  
ResultsMetadataProvider Interface to provide result set metadata.
 

Class Summary
AbstractMetadataProvider  
AnnotationImpl  
BaseDataSource The MetaMatrix JDBC DataSource implementation class of DataSource and XADataSource.
BaseDriver  
BatchResults  
DeferredMetadataProvider This metadata provider starts with just column names and types (provided in the response) but must lazily load the rest of the metadata when necessary.
EmbeddedConnection This class simple wrapper on top of MMConnection for the EmbeddedDriver and EmbeddedDataSource.
EmbeddedConnectionFactoryImpl A factory class which creates the connections to the embedded DQP instance.
EmbeddedDataSource  
EmbeddedDriver The java.sql.DriverManager class uses this class to connect to MetaMatrix.
EmbeddedGuiceModule  
FilteredResultsMetadata  
JDBCPlugin JDBCPlugin
LobSearchUtil  
MMBlob This object holds a chunk of binary data and implements the JDBC Blob interface.
MMCallableStatement This class inherits Statement methods, which deal with SQL statements in general and also inherits PreparedStatement methods, which deal with IN parameters.
MMClob This object holds a chunk of char data and implements the JDBC Clob interface.
MMConnection The Connection object represents driver's connection to the MetaMatrix embedded server.
MMDatabaseMetaData This provides metadata information about the different datasources to which metamatrix connects.
MMDataSource The MetaMatrix JDBC DataSource implementation class of DataSource and XADataSource.
MMDriver The java.sql.DriverManager class uses this class to connect to MetaMatrix.
MMPreparedStatement Instances of PreparedStatement contain a SQL statement that has already been compiled.
MMResultSet The MMResultSet is the way query results are returned to the requesting client based upon a query given to the server.
MMServerConnection  
MMSQLXML A MM specific implementation of the SQLXML object which is capable of accessing the SQLXML object as local object when used in the embedded product at the same time capable of using the streaming interface when used in remote clients.
MMStatement This object is used to execute queries and updates against the MetaMatrix server.
MMXAConnection Implementation of XAConnection.
MMXAResource Implementation of XAResource.
ResultsMetadataWithProvider  
StaticMetadataProvider  
WrapperImpl  
 

Exception Summary
EmbeddedSQLException  
MMSQLException All exceptions thrown by the MetaMatrix server are wrapped as MMSQLExceptions.
 



Copyright © 2009. All Rights Reserved.