Uses of Class
org.teiid.jdbc.ConnectionImpl
-
Packages that use ConnectionImpl Package Description org.teiid.jdbc -
-
Uses of ConnectionImpl in org.teiid.jdbc
Methods in org.teiid.jdbc that return ConnectionImpl Modifier and Type Method Description ConnectionImpl
ConnectionProfile. connect(String url, Properties info)
This method tries to make a connection to the given URL.ConnectionImpl
TeiidDriver. connect(String url, Properties info)
ConnectionImpl
StatementImpl. getConnection()
protected ConnectionImpl
StatementImpl. getMMConnection()
Methods in org.teiid.jdbc with parameters of type ConnectionImpl Modifier and Type Method Description boolean
ConnectionImpl. isSameProcess(ConnectionImpl conn)
Constructors in org.teiid.jdbc with parameters of type ConnectionImpl Constructor Description XAConnectionImpl(ConnectionImpl conn)
-