public interface SQLCallable
SQLCallableArgument
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getArgumentDefiningReturnType() |
SQLCallableArgument[] |
getArguments() |
java.lang.String |
getName() |
DBObjectID |
getReturnTypeID() |
boolean |
isAggregate() |
boolean |
isFunction() |
boolean |
isParenthesesRequired()
Typically a function with arguments will require parentheses and one with no arguments
will not.
|
boolean |
isVariableArgumentList() |
boolean |
isWindow() |
java.lang.String getName()
boolean isFunction()
boolean isVariableArgumentList()
DBObjectID getReturnTypeID()
getArgumentDefiningReturnType()
) or if the method is not a function.java.lang.Integer getArgumentDefiningReturnType()
SQLCallableArgument[] getArguments()
boolean isAggregate()
boolean isWindow()
boolean isParenthesesRequired()