| Package | Description |
|---|---|
| com.denodo.vdb.engine.storedprocedure |
Provides the abstract classes, interfaces and exceptions necessary to implement
the stored procedures.
|
| Class and Description |
|---|
| DatabaseEnvironment
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...
|
| DatabaseFunction
This interface provides methods to execute a VDP function from a stored procedure.
|
| StoredProcedure
This interface defines a stored procedure.
|
| StoredProcedureException
Exception thrown by the methods of the stored procedure API.
|
| StoredProcedureExecutor
This interface defines the methods used
to invoke a stored procedure and obtain its results.
|
| StoredProcedureParameter
This class represents a parameter of a stored procedure.
|
| StoredProcedurePlan
This interface defines the methods used to obtain information about the
execution of a stored procedure.
|
| StoredProcedureResultSet
This class encapsulates the results generated by a stored procedure.
|
| Transaction |
Copyright © 2019 Denodo Technologies. All rights reserved.