Uses of Class
com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper
-
Packages that use ConnectionWrapper Package Description com.gargoylesoftware.base.resource.jdbc An implementation of.ResourceFactory that manages JDBC connections -
-
Uses of ConnectionWrapper in com.gargoylesoftware.base.resource.jdbc
Fields in com.gargoylesoftware.base.resource.jdbc declared as ConnectionWrapper Modifier and Type Field Description private ConnectionWrapper
DatabaseMetaDataWrapper. connection_
Methods in com.gargoylesoftware.base.resource.jdbc with parameters of type ConnectionWrapper Modifier and Type Method Description void
DatabaseMetaDataWrapper. setConnection(ConnectionWrapper connection)
Set the connection that will be returned by getConnection()
-