- All Superinterfaces:
Metadata
public interface InvokedRoutine
extends Metadata
Base interface for all invoked routines, such as SQL functions.
-
Nested Class Summary
Nested Classes
-
Method Summary
default void
Returns the description of the routine, in case of SQL functions, this would be the actual
SQL definition of the function.
boolean
-
Method Details
-
getDescription
@Nonnull
String getDescription()
Returns the description of the routine, in case of SQL functions, this would be the actual
SQL definition of the function.
- Returns:
- The description of the routine.
-
getNormalizedDescription
@Nonnull
String getNormalizedDescription()
-
isTemporary
boolean isTemporary()
-