Interface PLJavaBasedLanguage.Template

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.

@FunctionalInterface public static interface PLJavaBasedLanguage.Template
The result of a prepare call on a PL/Java-based routine.

An instance should depend only on the static catalog information for the routine as passed to prepare, and may encapsulate any values that can be precomputed from that information alone. Its specialize method will be called, passing information specific to a call site, to obtain a PLJavaBasedLanguage.Routine.

  • Method Details