|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.accessor.TQuerySearchMode
public final class TQuerySearchMode
Class representing the _querysearchmode parameter for a xquery/x-query operation. The class provides type safe constant objects representing the possible settings for the _querysearchmode parameter available for Tamino _xql and _xquery command.
Please refer to the description of the X-Machine Commands in the Tamino Server documentation for details on the usage of this parameter.
Field Summary | |
---|---|
static TQuerySearchMode |
ACCURATE
Constant that represents Taminos _querysearchmode=accurate |
static TQuerySearchMode |
APPROXIMATE
Constant that represents Taminos _querysearchmode=approximative |
static TQuerySearchMode |
NON_SERIALIZED
Constant that represents Taminos _querysearchmode=nonserialized |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
int |
hashCode()
Returns a hash code value for the object. |
java.lang.String |
toString()
Returns the string representation of a TQuerySearchMode object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TQuerySearchMode APPROXIMATE
public static final TQuerySearchMode ACCURATE
public static final TQuerySearchMode NON_SERIALIZED
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- - the reference object with which to compare.
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |