Uses of Class
org.apache.qpid.server.store.jdbc.JDBCDetails
-
Packages that use JDBCDetails Package Description org.apache.qpid.server.store.jdbc org.apache.qpid.server.virtualhost.jdbc org.apache.qpid.server.virtualhostnode.jdbc -
-
Uses of JDBCDetails in org.apache.qpid.server.store.jdbc
Methods in org.apache.qpid.server.store.jdbc that return JDBCDetails Modifier and Type Method Description static JDBCDetailsJDBCDetails. getDetailsForJdbcUrl(java.lang.String jdbcUrl, org.apache.qpid.server.model.ConfiguredObject<?> object)static JDBCDetailsJDBCDetails. getJdbcDetails(java.lang.String vendor, org.apache.qpid.server.model.ConfiguredObject<?> object)JDBCDetailsJDBCContainer. getJDBCDetails() -
Uses of JDBCDetails in org.apache.qpid.server.virtualhost.jdbc
Methods in org.apache.qpid.server.virtualhost.jdbc that return JDBCDetails Modifier and Type Method Description JDBCDetailsJDBCVirtualHostImpl. getJDBCDetails() -
Uses of JDBCDetails in org.apache.qpid.server.virtualhostnode.jdbc
Methods in org.apache.qpid.server.virtualhostnode.jdbc that return JDBCDetails Modifier and Type Method Description JDBCDetailsJDBCVirtualHostNodeImpl. getJDBCDetails()
-