- Enclosing interface:
PLJavaBasedLanguage
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The result of a
specialize
call on
a Template
.
An instance can incorporate whatever can be precomputed based on the
resolved parameter types and other information available to
specialize
. Its call
method will then be invoked to
supply the arguments and produce the results for each call made
at that call site.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(RegProcedure.Call fcinfo) Actually executes the prepared and specializedRoutine
, using the arguments and other call-specific information passed infcinfo
.
-
Method Details
-
call
Actually executes the prepared and specializedRoutine
, using the arguments and other call-specific information passed infcinfo
.Various special cases of routine calls (triggers, procedure calls, and so on) can be distinguished by the specific subtypes of
RegProcedure.Call.Context
that may be returned byfcinfo.
context()
.- Throws:
SQLException
-