Package org.apache.cayenne.dba.openbase
Class OpenBaseSniffer
java.lang.Object
org.apache.cayenne.dba.openbase.OpenBaseSniffer
- All Implemented Interfaces:
DbAdapterDetector
Deprecated.
since 4.2
Detects OpenBase DB from JDBC metadata.
- Since:
- 1.2
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.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.
-
Field Details
-
objectFactory
Deprecated.
-
-
Constructor Details
-
OpenBaseSniffer
Deprecated.
-
-
Method Details
-
createAdapter
Deprecated.Description copied from interface:DbAdapterDetector
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.- Specified by:
createAdapter
in interfaceDbAdapterDetector
- Throws:
SQLException
-