Class StartScriptExecutionParmDTO


  • public class StartScriptExecutionParmDTO
    extends Object
    parameters for start script execution
    • Field Detail

      • scriptContent

        public String scriptContent
        string value represents the content of script
      • maxRows

        public Integer maxRows
        max. number of rows included in result of script execution
      • scriptType

        public String scriptType
        type of script, sql, oql and java script are supported
    • Constructor Detail

      • StartScriptExecutionParmDTO

        public StartScriptExecutionParmDTO()