|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ims.db.SSAQualificationStatement
A SSAQualificationStatement represents logical qualification statements to a Segment Search Argument.
Constructor Summary | |
protected |
SSAQualificationStatement(byte ssaBooleanOperator,
java.lang.String fieldName,
short ssaRelationalOperator,
java.lang.String comparisonValue)
Protected constructor to build an SSAQualificationStatement. |
protected |
SSAQualificationStatement(java.lang.String fieldName,
short ssaRelationalOperator,
java.lang.String comparisonValue)
Protected constructor to build an SSAQualificationStatement. |
Method Summary | |
static SSAQualificationStatement |
createInstance(byte ssaBooleanOperator,
java.lang.String fieldName,
short ssaRelationalOperator)
This creates an SSA Qualification Statement, which is used to further qualify a Segment Search Argument. |
static SSAQualificationStatement |
createInstance(byte ssaBooleanOperator,
java.lang.String fieldName,
short ssaRelationalOperator,
java.lang.String comparisonValue)
This creates an SSA Qualification Statement, which is used to further qualify a Segment Search Argument. |
static SSAQualificationStatement |
createInstance(java.lang.String fieldName,
short ssaRelationalOperator)
This creates an SSA Qualification Statement, which is used to further qualify a Segment Search Argument. |
static SSAQualificationStatement |
createInstance(java.lang.String fieldName,
short ssaRelationalOperator,
java.lang.String comparisonValue)
This creates an SSA Qualification Statement, which is used to further qualify a Segment Search Argument. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SSAQualificationStatement(byte ssaBooleanOperator, java.lang.String fieldName, short ssaRelationalOperator, java.lang.String comparisonValue)
ssaBooleanOperator
- a constant to link qualifications together in SSAs with multiple qualificationsfieldName
- the field name to be used to further qualify the SSAssaRelationalOperator
- a constant to indicate the kind of checkingcomparisonValue
- the value the field name is compared withprotected SSAQualificationStatement(java.lang.String fieldName, short ssaRelationalOperator, java.lang.String comparisonValue)
fieldName
- the field name to be used to further qualify the SSAssaRelationalOperator
- a constant to indicate the kind of checkingcomparisonValue
- the value the field name is compared withMethod Detail |
public static SSAQualificationStatement createInstance(byte ssaBooleanOperator, java.lang.String fieldName, short ssaRelationalOperator)
setValue()
methods of the SSAList
class.
The SSA
class defines several constants
that can be supplied as values for the
ssaBooleanOperator
argument:
AND
,
OR
,
and INDEPENDENT_AND
.
The SSA
class defines several constants
that can be supplied as values for the
ssaRelationalOperator
argument:
EQUALS
,
GREATER_OR_EQUAL
,
LESS_OR_EQUAL
,
GREATER_THAN
,
LESS_THAN
,
and NOT_EQUAL
.
ssaBooleanOperator
- a constant to link qualifications together in SSAs with multiple qualificationsfieldName
- the field name to be used to further qualify the SSAssaRelationalOperator
- a constant to indicate the kind of checkingSSAList.setValue(int, BigDecimal)
,
SSAList.setValue(int, double)
,
SSAList.setValue(int, float)
,
SSAList.setValue(int, int)
,
SSAList.setValue(int, long)
,
SSAList.setValue(int, short)
,
SSAList.setValue(int, String)
public static SSAQualificationStatement createInstance(byte ssaBooleanOperator, java.lang.String fieldName, short ssaRelationalOperator, java.lang.String comparisonValue)
setValue()
methods in the
SSAList
class to substitute in the desired value.
The SSA
class defines several constants
that can be supplied as values for the
ssaBooleanOperator
argument:
AND
,
OR
,
and INDEPENDENT_AND
.
The SSA
class defines several constants
that can be supplied as values for the
ssaRelationalOperator
argument:
EQUALS
,
GREATER_OR_EQUAL
,
LESS_OR_EQUAL
,
GREATER_THAN
,
LESS_THAN
,
and NOT_EQUAL
.
ssaBooleanOperator
- a constant to link qualifications together in SSAs with multiple qualificationsfieldName
- the field name to be used to further qualify the SSAssaRelationalOperator
- a constant to indicate the kind of checkingcomparisonValue
- the value the field name is compared withSSAList.setValue(int, BigDecimal)
,
SSAList.setValue(int, double)
,
SSAList.setValue(int, float)
,
SSAList.setValue(int, int)
,
SSAList.setValue(int, long)
,
SSAList.setValue(int, short)
,
SSAList.setValue(int, String)
public static SSAQualificationStatement createInstance(java.lang.String fieldName, short ssaRelationalOperator)
setValue()
methods of the SSAList
class.
The SSA
class defines several constants
that can be supplied as values for the
ssaRelationalOperator
argument:
EQUALS
,
GREATER_OR_EQUAL
,
LESS_OR_EQUAL
,
GREATER_THAN
,
LESS_THAN
,
and NOT_EQUAL
.
fieldName
- the field name to be used to further qualify the SSAssaRelationalOperator
- a constant to indicate the kind of checkingcomparisonValue
- the value the field name is compared withSSAList.setValue(int, BigDecimal)
,
SSAList.setValue(int, double)
,
SSAList.setValue(int, float)
,
SSAList.setValue(int, int)
,
SSAList.setValue(int, long)
,
SSAList.setValue(int, short)
,
SSAList.setValue(int, String)
public static SSAQualificationStatement createInstance(java.lang.String fieldName, short ssaRelationalOperator, java.lang.String comparisonValue)
setValue()
methods in the
SSAList
class to substitute in the desired value.
The SSA
class defines several constants
that can be supplied as values for the
ssaRelationalOperator
argument:
EQUALS
,
GREATER_OR_EQUAL
,
LESS_OR_EQUAL
,
GREATER_THAN
,
LESS_THAN
,
and NOT_EQUAL
.
fieldName
- the field name to be used to further qualify the SSAssaRelationalOperator
- a constant to indicate the kind of checkingcomparisonValue
- the value the field name is compared withSSAList.setValue(int, BigDecimal)
,
SSAList.setValue(int, double)
,
SSAList.setValue(int, float)
,
SSAList.setValue(int, int)
,
SSAList.setValue(int, long)
,
SSAList.setValue(int, short)
,
SSAList.setValue(int, String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |