|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSA | |
com.ibm.ims.db | Provides classes for the JDBC driver and for the IMS Java hierarchic database interface. |
Uses of SSA in com.ibm.ims.db |
Methods in com.ibm.ims.db that return SSA | |
SSA |
SSAList.ssaAt(int index)
Returns the SSA at the specified index |
static SSA |
SSA.createInstance(java.lang.String segmentNameReference)
Creates an unqualified SSA. |
static SSA |
SSA.createInstance(java.lang.String segmentNameReference,
java.lang.String fieldName,
short ssaRelationalOperator,
java.lang.String comparisonValue)
Creates a qualified SSA. |
Methods in com.ibm.ims.db with parameters of type SSA | |
void |
SSAList.addSSA(SSA ssa)
Adds the ssa argument to an existing SSA list, placing it at the end of the list. |
static SSAList |
SSAList.createInstance(SSA ssa)
Deprecated. Replaced by createInstance(String, SSA) |
static SSAList |
SSAList.createInstance(java.lang.String dbPCBNameReference,
SSA ssa)
Creates an SSA list from an existing SSA, and places the ssa argument at the head of the list. |
Constructors in com.ibm.ims.db with parameters of type SSA | |
SSAList(SSA ssa)
Creates an SSA list from an existing SSA, and places the ssa argument at the head of the list. |
|
SSAList(java.lang.String dbPCBNameReference,
SSA ssa)
Creates an SSA list from an existing SSA, and places the ssa argument at the head of the list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |