|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.logicalcobwebs.proxool.AbstractDatabaseMetaData
Contains most of the functionality that we require to manipilate the connection. The subclass of this defines how we delegate to the real connection.
Field Summary | |
private java.sql.DatabaseMetaData |
databaseMetaData
|
private static Log |
LOG
|
private boolean |
needToReset
Whether we have invoked a method that requires us to reset |
private ProxyConnectionIF |
proxyConnection
|
Constructor Summary | |
protected |
AbstractDatabaseMetaData(java.sql.Connection connection,
ProxyConnectionIF proxyConnection)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
Whether the underlying databaseMetaData are equal |
java.sql.Connection |
getConnection()
We don't want to ask the DatabaseMetaData object for the connection or we will get the delegate instead of the Proxool one. |
protected java.sql.DatabaseMetaData |
getDatabaseMetaData()
Get the DatabaseMetaData from the connection |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final Log LOG
private java.sql.DatabaseMetaData databaseMetaData
private ProxyConnectionIF proxyConnection
private boolean needToReset
Constructor Detail |
protected AbstractDatabaseMetaData(java.sql.Connection connection, ProxyConnectionIF proxyConnection) throws java.sql.SQLException
Method Detail |
public boolean equals(java.lang.Object obj)
obj
- the object (probably another databaseMetaData) that we
are being compared to
public java.sql.Connection getConnection()
DatabaseMetaData.getConnection()
protected java.sql.DatabaseMetaData getDatabaseMetaData()
public java.lang.String toString()
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |