com.softwareag.tamino.db.api.accessor
Class TQuerySearchMode

java.lang.Object
  extended by com.softwareag.tamino.db.api.accessor.TQuerySearchMode

public final class TQuerySearchMode
extends java.lang.Object

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.

Version:
$Revision: 1.2 $
Author:
Vikram.Shinde@softwareag.com

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

APPROXIMATE

public static final TQuerySearchMode APPROXIMATE
Constant that represents Taminos _querysearchmode=approximative


ACCURATE

public static final TQuerySearchMode ACCURATE
Constant that represents Taminos _querysearchmode=accurate


NON_SERIALIZED

public static final TQuerySearchMode NON_SERIALIZED
Constant that represents Taminos _querysearchmode=nonserialized

Method Detail

toString

public java.lang.String toString()
Returns the string representation of a TQuerySearchMode object.

Overrides:
toString in class java.lang.Object
Returns:
the string representation of the _querysearchmode parameter.

equals

public boolean equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. Overrides the Object.equals method.

Overrides:
equals in class java.lang.Object
Parameters:
obj - - the reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false otherwise.

hashCode

public int hashCode()
Returns a hash code value for the object. This method is supported for the benefit of hashtables such as those provided by java.util.Hashtable. Overrides the Object.hashCode method.

Overrides:
hashCode in class java.lang.Object
Returns:
a hash code value for this object.


Copyright (c) 2013 Software AG. All Rights Reserved.