Package de.aeb.xnsg.foundation.bf
Class StartScriptExecutionParmDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.StartScriptExecutionParmDTO
parameters for start script execution
-
Field Summary
FieldsModifier and TypeFieldDescriptionData pool name for sql and oql scriptsmax. number of rows included in result of script executionstring value represents the content of scripttype of script, sql, oql and java script are supported -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
scriptContent
string value represents the content of script -
maxRows
max. number of rows included in result of script execution -
scriptType
type of script, sql, oql and java script are supported -
dataPoolName
Data pool name for sql and oql scripts
-
-
Constructor Details
-
StartScriptExecutionParmDTO
public StartScriptExecutionParmDTO()
-