|
||||||||||
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.
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. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
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()
public java.lang.String toString()
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |