public class DatabaseMetaDataProxyFactory<Z,D extends Database<Z>> extends AbstractChildProxyFactory<Z,D,Connection,SQLException,DatabaseMetaData,SQLException>
logger
Constructor and Description |
---|
DatabaseMetaDataProxyFactory(Connection parentProxy,
ProxyFactory<Z,D,Connection,SQLException> parent,
Invoker<Z,D,Connection,DatabaseMetaData,SQLException> invoker,
Map<D,DatabaseMetaData> map) |
Modifier and Type | Method and Description |
---|---|
void |
close(D database,
DatabaseMetaData object) |
DatabaseMetaData |
createProxy() |
close, create, getParent, getParentProxy, remove
addChild, children, entries, get, getDatabaseCluster, getExceptionFactory, record, remove, removeChild, removeChildren, replay
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChild, entries, get, getDatabaseCluster, getExceptionFactory, record, removeChild, removeChildren, replay
public DatabaseMetaDataProxyFactory(Connection parentProxy, ProxyFactory<Z,D,Connection,SQLException> parent, Invoker<Z,D,Connection,DatabaseMetaData,SQLException> invoker, Map<D,DatabaseMetaData> map)
public void close(D database, DatabaseMetaData object)
public DatabaseMetaData createProxy()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.