com.metamatrix.jdbc.api
Interface Connection

All Superinterfaces:
java.sql.Connection, java.sql.Wrapper

public interface Connection
extends java.sql.Connection

MetaMatrix extensions to the standard JDBC Connection interface.


Field Summary
 
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
 
Method Summary
 Admin getAdminAPI()
          Retrieve an administrative object used to control MM Query.
 
Methods inherited from interface java.sql.Connection
clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Method Detail

getAdminAPI

Admin getAdminAPI()
                  throws java.sql.SQLException
Retrieve an administrative object used to control MM Query.

Returns:
EmbeddedAdmin object to administer the MM Query component corresponding to this connection.
Throws:
SQLException
java.sql.SQLException


Copyright © 2009. All Rights Reserved.