Libraries anvil sql Connection call

Statement call(string querystring)
Creates a Statement object for calling database stored procedures. The Statement provides methods for setting up its IN and OUT parameters, and methods for executing the call to a stored procedure.
Returns Statement object
Throws SQLError -  if an error occured