Class ScriptParameter
- java.lang.Object
-
- com.exasol.dbbuilder.dialects.exasol.ScriptParameter
-
public class ScriptParameter extends Object
Parameters in database scripts.
-
-
Constructor Summary
Constructors Constructor Description ScriptParameter(String name, boolean array)Create a newScriptParameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()Get the name of the script parameter.inthashCode()booleanisArray()Check whether the parameter contains an array.
-
-
-
Constructor Detail
-
ScriptParameter
public ScriptParameter(String name, boolean array)
Create a newScriptParameter.- Parameters:
name- name of the parameterarray-trueif the parameter contains an array
-
-
Method Detail
-
getName
public String getName()
Get the name of the script parameter.- Returns:
- name of the parameter
-
isArray
public boolean isArray()
Check whether the parameter contains an array.- Returns:
trueif the parameter contains an array
-
hashCode
@Generated("org.eclipse.Eclipse") public int hashCode()
-
equals
@Generated("org.eclipse.Eclipse") public boolean equals(Object obj)
-
-