Package org.apache.cayenne.dba.sqlite
Class SQLiteSniffer
- java.lang.Object
-
- org.apache.cayenne.dba.sqlite.SQLiteSniffer
-
- All Implemented Interfaces:
DbAdapterDetector
public class SQLiteSniffer extends Object implements DbAdapterDetector
Detects SQLite database from JDBC metadata.- Since:
- 3.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.cayenne.di.AdhocObjectFactoryobjectFactory
-
Constructor Summary
Constructors Constructor Description SQLiteSniffer(org.apache.cayenne.di.AdhocObjectFactory objectFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbAdaptercreateAdapter(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
-
createAdapter
public DbAdapter createAdapter(DatabaseMetaData md) throws SQLException
Description copied from interface:DbAdapterDetectorReturns 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:
createAdapterin interfaceDbAdapterDetector- Throws:
SQLException
-
-