public interface SqlFunction
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getArgumentTypes()
Gets the argument types of the function as a List.
|
java.lang.String |
getDescription()
Gets the description of the function.
|
java.lang.String |
getName()
Gets the name of the function.
|
java.lang.String |
getReturnType()
Gets the return type of the function.
|
java.lang.String getName()
java.lang.String getDescription()
java.util.List<java.lang.String> getArgumentTypes()
java.lang.String getReturnType()