Class SybaseDictionary.SybaseConnection

java.lang.Object
org.apache.openjpa.lib.jdbc.DelegatingConnection
org.apache.openjpa.jdbc.sql.SybaseDictionary.SybaseConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper, Closeable
Enclosing class:
SybaseDictionary

protected static class SybaseDictionary.SybaseConnection extends DelegatingConnection
Connection wrapper to cache the Connection.getCatalog() result, which takes a very long time with the Sybase Connection (and which we frequently invoke).