Package org.exolab.castor.persist

Examples of org.exolab.castor.persist.QueryResults


            final boolean scrollable)
    throws PersistenceException {
        // Need to execute query at this point. This will result in a
        // new result set from the query, or an exception.
        query.execute(getConnection(engine), accessMode, scrollable);
        return new QueryResults(this, engine, query, accessMode, _db);
    }
View Full Code Here

TOP

Related Classes of org.exolab.castor.persist.QueryResults

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.