Synchronously invoke a procedure. Blocks until a result is available. A {@link ProcCallException}is thrown if the response is anything other then success.
@param procName class name (not qualified by package) of the procedure to execute.
@param parameters vararg list of procedure's parameter values.
@return array of VoltTable results.
@throws org.voltdb.client.ProcCallException
@throws NoConnectionsException
Synchronously invoke a procedure call blocking until a result is available.
@param procName class name (not qualified by package) of the procedure to execute.
@param parameters vararg list of procedure's parameter values.
@return array of VoltTable results.
@throws org.voltdb.client.ProcCallException
@throws NoConnectionsException
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.