Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.cayenne.dba.db2: Javadoc index of package org.objectstyle.cayenne.dba.db2.


Package Samples:

org.objectstyle.cayenne.dba.db2: Provides default implementation of DbAdapter architecture.  

Classes:

DB2Adapter: DbAdapter implementation for the DB2 RDBMS . Sample connection settings to use with DB2 are shown below: test-db2.cayenne.adapter = org.objectstyle.cayenne.dba.db2.DB2Adapter test-db2.jdbc.username = test test-db2.jdbc.password = secret test-db2.jdbc.url = jdbc:db2://servername:50000/databasename test-db2.jdbc.driver = com.ibm.db2.jcc.DB2Driver
DB2PkGenerator: PK Generator for IBM DB2 using sequences.
DB2QualifierTranslator

Home | Contact Us | Privacy Policy | Terms of Service