|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DbAdapterDetector
A factory interface providing DbAdapter based on JDBC metadata. It allows custom
DbAdapters to contribute database detection algorithms to
DefaultDbAdapterFactory
.
Method Summary | |
---|---|
DbAdapter |
createAdapter(java.sql.DatabaseMetaData md)
Returns an instance of DbAdapter if the factory detects that it knows how to handle the database or null if the database is not known to the factory, thus allowing multiple factories to be chained. |
Method Detail |
---|
DbAdapter createAdapter(java.sql.DatabaseMetaData md) throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |