Class ScriptParameter


  • public class ScriptParameter
    extends Object
    Parameters in database scripts.
    • Constructor Detail

      • ScriptParameter

        public ScriptParameter​(String name,
                               boolean array)
        Create a new ScriptParameter.
        Parameters:
        name - name of the parameter
        array - true if 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:
        true if the parameter contains an array