Uses of Class
com.ibm.dbb.build.DDStatement
-
Packages that use DDStatement Package Description com.ibm.dbb.build -
-
Uses of DDStatement in com.ibm.dbb.build
Methods in com.ibm.dbb.build that return DDStatement Modifier and Type Method Description DDStatement
DDStatement. concatenate(DDStatement statement)
Concatenates a DD statement to this DD statement.DDStatement
DDStatement. ddref(java.lang.String ddref)
DDStatement
DDStatement. deployType(java.lang.String deployType)
Set the deploy type for this DDDDStatement
DDStatement. dsn(java.lang.String dsn)
Sets the dataset name for this DD statement.DDStatement
DDStatement. instreamData(java.lang.String instreamData)
Set the instream data for this DDDDStatement
DDStatement. name(java.lang.String name)
Sets the DD name for this DD statement.DDStatement
DDStatement. options(java.lang.String options)
Sets the BPXWDYN allocation options for this DD statement.DDStatement
DDStatement. output(boolean output)
Set whether this DD as an output DDDDStatement
DDStatement. pass(boolean pass)
Sets thepass
flag for this DD statement.DDStatement
DDStatement. path(java.lang.String path)
Sets the path for this DD statement.DDStatement
DDStatement. report(boolean report)
Set whether this DD should be reported in the build report.Methods in com.ibm.dbb.build that return types with arguments of type DDStatement Modifier and Type Method Description java.util.List<DDStatement>
DDStatement. getConcatenations()
Retrieves the list of DD statements that are concatenated to this DD statementjava.util.List<DDStatement>
AbstractExec. getDDStatements()
Retrieves the list of DD statements for this commandMethods in com.ibm.dbb.build with parameters of type DDStatement Modifier and Type Method Description void
DDStatement. addConcatenation(DDStatement dd)
Concatenates a DD statement to this DD statement.void
AbstractExec. addDDStatement(DDStatement dd)
Add a DD statement that will be allocated prior to executing the program and freed once program execution has completed.DDStatement
DDStatement. concatenate(DDStatement statement)
Concatenates a DD statement to this DD statement.AbstractExec
AbstractExec. dd(DDStatement dd)
Add a DD statement that will be allocated prior to executing the program and freed once program execution has completed.Method parameters in com.ibm.dbb.build with type arguments of type DDStatement Modifier and Type Method Description void
AbstractExec. addAllDDStatements(java.util.List<DDStatement> dds)
Concatenates a list of DD statements to the list of DD statements for this commandConstructors in com.ibm.dbb.build with parameters of type DDStatement Constructor Description DDStatement(DDStatement dd)
Copy constructor for DD StatementDDStatement(DDStatement dd, java.util.List<DDStatement> concatenations)
Constructor parameters in com.ibm.dbb.build with type arguments of type DDStatement Constructor Description DDStatement(DDStatement dd, java.util.List<DDStatement> concatenations)
-