public static final class FunctionDef.FunctionParam
extends java.lang.Object
Definition of a function parameter.
This definition is composed of two items: the name and the type of the parameter.
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
name |
Parameter name.
|
DBType |
type |
Parameter type.
|
Constructor | Description |
---|---|
FunctionParam(java.lang.String paramName,
DBType paramType) |
Create a function parameter.
|
public final java.lang.String name
public final DBType type