Class FirebirdAdapter

java.lang.Object
org.apache.cayenne.dba.JdbcAdapter
org.apache.cayenne.dba.firebird.FirebirdAdapter
All Implemented Interfaces:
DbAdapter

public class FirebirdAdapter extends JdbcAdapter
DbAdapter implementation for FirebirdSQL RDBMS . Sample connection settings to use with Firebird are shown below:
     firebird.cayenne.adapter = org.apache.cayenne.dba.firebird.FirebirdAdapter
     firebird.jdbc.username = test
     firebird.jdbc.password = secret
     firebird.jdbc.url = jdbc:firebirdsql:localhost:/home/firebird/test.fdb  
     firebird.jdbc.driver = org.firebirdsql.jdbc.FBDriver