Use in the runtime class: Gets the value of "isViewOrTable" parameter and returns true if the user set the radio button to "view"
Use in the runtime class: Gets the value of "isViewOrTable" parameter and returns true if the user set the radio button to "view"
OperatorParameters instance [containing the "viewOrTable" parameter].
if the user selected "view"
if the parameter wasn't added to the parameters object
Gets the value of the overwrite parameter, returning true if the String value is "true", false if it is a different value or missing.
Gets the value of the overwrite parameter, returning true if the String value is "true", false if it is a different value or missing.
OperatorParameters instance [containing the overwrite parameter].
Boolean representation of the overwrite parameter.
Gets the value of the table name parameter.
Gets the value of the table name parameter. Note: In in Postgress databases names containing capital letters will need to be double quoted
OperatorParameters instance [containing the "resultTableName" parameter].
the output table name
if the parameter wasn't added to the parameters object
This is a utility class which handles adding output parameters which are standard to Hive and Database plugins.