Package adql.db
Class FunctionDef.FunctionParam
- java.lang.Object
-
- adql.db.FunctionDef.FunctionParam
-
- Enclosing class:
- FunctionDef
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.
- Since:
- 1.3
- Version:
- 1.4 (07/2015)
- Author:
- Grégory Mantelet (ARI)
-
-
Constructor Summary
Constructors Constructor Description FunctionParam(java.lang.String paramName, DBType paramType)
Create a function parameter.
-
-
-
Field Detail
-
name
public final java.lang.String name
Parameter name. Ensured not null
-
type
public final DBType type
Parameter type. Ensured not null
-
-