GetParameters returns the parameter types for the function.
()
| 30 | GetReturn() *pgtypes.DoltgresType |
| 31 | // GetParameters returns the parameter types for the function. |
| 32 | GetParameters() []*pgtypes.DoltgresType |
| 33 | // VariadicIndex returns the index of the variadic parameter, if it exists, or -1 otherwise |
| 34 | VariadicIndex() int |
| 35 | // GetExpectedParameterCount returns the number of parameters that are valid for this function. |
no outgoing calls
no test coverage detected