Package mod.AccountDB.Utils.DB

Examples of mod.AccountDB.Utils.DB.AccountDB2


        mDbA = new KFM_JdbcAdapter(mDb, mLog);
        mDbA.open();
        // Clear autocommit *after* opening the DB Adapter. Really!
        mDb.setAutoCommit(false); /*sic*/

        mAccountDb = new AccountDB2(mDbA);
        mPeopleDb  = new PeopleDB2(mDbA);
        mRolesDb   = new RolesDB2(mDbA);

        registerDb(cDbTypeOrdinary,
            mDb, mDbA,
View Full Code Here

TOP

Related Classes of mod.AccountDB.Utils.DB.AccountDB2

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.