public final class RoutineModel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RoutineModel.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RoutineModel.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
CatalogObjectKind |
kind() |
String |
name() |
List<ColumnModel> |
parameters() |
String |
returns()
Return-type string for FUNCTION routines;
null for PROCEDURE / PACKAGE. |
String |
toString() |
public static RoutineModel.Builder builder()
public CatalogObjectKind kind()
public String returns()
null for PROCEDURE / PACKAGE.public List<ColumnModel> parameters()