Package | Description |
---|---|
com.ibm.ims.dli |
Provides an API to write Java applications that can access IMS databases
using DL/I programming semantics.
|
Modifier and Type | Method and Description |
---|---|
PreparedValue |
SSAList.createPreparedValue(String name)
This method is used when the value of a field in a qualification
statement isn't known until runtime.
|
PreparedValue |
SSAList.getPreparedValue(String name)
Returns a previously created
PreparedValue object. |
Modifier and Type | Method and Description |
---|---|
Collection<PreparedValue> |
SSAList.getPreparedValues()
Returns a
Collection of all previously created
PreparedValue objects with this SSAList |
Modifier and Type | Method and Description |
---|---|
void |
SSAList.addInitialQualification(int ssaLevel,
String fieldName,
short relationalOp,
PreparedValue value)
Add the initial qualifiation statement to the
SSAList . |
void |
SSAList.addInitialQualification(String segmentName,
String fieldName,
short relationalOp,
PreparedValue value)
Add the initial qualifiation statement to the
SSAList . |
void |
SSAList.appendQualification(int ssaLevel,
byte booleanOp,
String fieldName,
short relationalOp,
PreparedValue value)
Append a qualifiation statement to the specified SSA in the
SSAList . |
void |
SSAList.appendQualification(String segmentName,
byte booleanOp,
String fieldName,
short relationalOp,
PreparedValue value)
Append a qualifiation statement to the specified SSA in the
SSAList . |
(c) Copyright IBM Corporation 2008, 2017.