Package com.mobixess.jodb.core.io

Examples of com.mobixess.jodb.core.io.IOBase.executeQuery()


        return _masterNodeSortCounter++;
    }

    public ObjectSet execute() throws IOException, IllegalClassTypeException {
        IOBase base = _session.getBase();
        return base.executeQuery(this);
    }
   
    public JODBQueryList runQuery() throws IOException, IllegalClassTypeException{
        return runQuery(null,null);
    }
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.