Package com.denodo.vdb.engine.storedprocedure
package com.denodo.vdb.engine.storedprocedure
Provides the abstract classes, interfaces and exceptions necessary to implement the stored
procedures.
-
ClassDescriptionThis class should be extended by all the stored procedures.Interface which defines utility methods accessible from the stored procedures, and used to communicate with the VDP server: obtains database properties, logging, query execution, procedure and function lookup...This interface provides methods to execute a VDP function from a stored procedure.This interface defines a stored procedure.Exception thrown by the methods of the stored procedure API.This interface defines the methods used to invoke a stored procedure and obtain its results.This class represents a parameter of a stored procedure.This interface defines the methods used to obtain information about the execution of a stored procedure.This class encapsulates the results generated by a stored procedure.