|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ManagedConnection in com.metamatrix.common.connection |
---|
Subclasses of ManagedConnection in com.metamatrix.common.connection | |
---|---|
class |
SimpleManagedConnection
A trivial implementation of a ManagedConnection - all the abstract methods of ManagedConnection are simply implemented as no-ops here. |
Methods in com.metamatrix.common.connection that return ManagedConnection | |
---|---|
ManagedConnection |
TransactionFactory.createConnection(java.util.Properties env,
java.lang.String userName)
Create a new instance of a managed connection. |
ManagedConnection |
BaseTransaction.getConnection()
Return the connection associated with this transaction. |
Methods in com.metamatrix.common.connection with parameters of type ManagedConnection | |
---|---|
TransactionInterface |
TransactionFactory.createTransaction(ManagedConnection connection,
boolean readonly)
Create a new instance of a transaction for a managed connection. |
Constructors in com.metamatrix.common.connection with parameters of type ManagedConnection | |
---|---|
BaseTransaction(ManagedConnection connection,
boolean readonly)
|
Uses of ManagedConnection in com.metamatrix.common.connection.jdbc |
---|
Subclasses of ManagedConnection in com.metamatrix.common.connection.jdbc | |
---|---|
class |
JDBCMgdResourceConnection
|
Uses of ManagedConnection in com.metamatrix.common.extensionmodule |
---|
Methods in com.metamatrix.common.extensionmodule that return ManagedConnection | |
---|---|
ManagedConnection |
FileExtensionModuleFactory.createConnection(java.util.Properties env,
java.lang.String userName)
|
Methods in com.metamatrix.common.extensionmodule with parameters of type ManagedConnection | |
---|---|
TransactionInterface |
FileExtensionModuleFactory.createTransaction(ManagedConnection connection,
boolean readonly)
|
Uses of ManagedConnection in com.metamatrix.common.extensionmodule.spi.jdbc |
---|
Methods in com.metamatrix.common.extensionmodule.spi.jdbc that return ManagedConnection | |
---|---|
ManagedConnection |
JDBCExtensionModuleTransactionFactory.createConnection(java.util.Properties env,
java.lang.String userName)
Create a new instance of a metadata connection. |
Methods in com.metamatrix.common.extensionmodule.spi.jdbc with parameters of type ManagedConnection | |
---|---|
TransactionInterface |
JDBCExtensionModuleTransactionFactory.createTransaction(ManagedConnection connection,
boolean readonly)
Create a new instance of a transaction for a managed connection. |
Uses of ManagedConnection in com.metamatrix.common.id.dbid.spi.jdbc |
---|
Methods in com.metamatrix.common.id.dbid.spi.jdbc that return ManagedConnection | |
---|---|
ManagedConnection |
DBIDResourceTransactionFactory.createConnection(java.util.Properties env,
java.lang.String userName)
Create a new instance of a managed connection. |
Methods in com.metamatrix.common.id.dbid.spi.jdbc with parameters of type ManagedConnection | |
---|---|
TransactionInterface |
DBIDResourceTransactionFactory.createTransaction(ManagedConnection connection,
boolean readonly)
Create a new instance of a transaction for a managed connection. |
Constructors in com.metamatrix.common.id.dbid.spi.jdbc with parameters of type ManagedConnection | |
---|---|
DBIDResourceTransaction(ManagedConnection connection,
boolean readonly)
Create a new instance of a transaction for a managed connection. |
Uses of ManagedConnection in com.metamatrix.metadata.runtime.spi.jdbc |
---|
Methods in com.metamatrix.metadata.runtime.spi.jdbc that return ManagedConnection | |
---|---|
ManagedConnection |
JDBCConnectorFactory.createConnection(java.util.Properties env,
java.lang.String userName)
Create a new instance of a metadata connection. |
Methods in com.metamatrix.metadata.runtime.spi.jdbc with parameters of type ManagedConnection | |
---|---|
TransactionInterface |
JDBCConnectorFactory.createTransaction(ManagedConnection connection,
boolean readonly)
Create a new instance of a transaction for a managed connection. |
Uses of ManagedConnection in com.metamatrix.platform.security.authorization.spi.jdbc |
---|
Methods in com.metamatrix.platform.security.authorization.spi.jdbc that return ManagedConnection | |
---|---|
ManagedConnection |
JDBCAuthorizationTransactionFactory.createConnection(java.util.Properties env,
java.lang.String userName)
Create a new instance of a metadata connection. |
Methods in com.metamatrix.platform.security.authorization.spi.jdbc with parameters of type ManagedConnection | |
---|---|
TransactionInterface |
JDBCAuthorizationTransactionFactory.createTransaction(ManagedConnection connection,
boolean readonly)
Create a new instance of a transaction for a managed connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |