Package asjava.uniobjects

Examples of asjava.uniobjects.UniFile.deleteRecord()


        assertFalse(READ_ONLY);
        try {
            LocalParams local_params = new LocalParams(db.uSession, params_fn);
            UniFile fd = local_params.open();
            fd.deleteRecord(person_id);
            fd.close();
        } catch (UniFileException ex) {
            System.err.println("setNewSecretParams - " + ex);
            System.err.println("setNewSecretParams - No record to delete");
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.