com.softwareag.tamino.db.api.response
Class TPreparedQueryContentItem

java.lang.Object
  extended by com.softwareag.tamino.db.api.response.TPreparedQueryContentItem
All Implemented Interfaces:
TResponseContentItem

public class TPreparedQueryContentItem
extends java.lang.Object
implements TResponseContentItem

TPreparedQueryContentItem is the prepared query info specific implementation class for TResponseContentItem. This class provides access operations for the query info structure provided within Tamino responses. This basically is the query information within the element .

Version:
$Revision: 1.1 $
Author:
Vikram Shinde

Field Summary
static java.lang.String SPECIFIER
          The specifier for the object info item.
 
Constructor Summary
protected TPreparedQueryContentItem(java.lang.String handle)
          Initializes the query info item with the given query expression.
 
Method Summary
 java.lang.String getHandle()
          Gets the query expression.
 java.lang.String toString()
          Shows the query info as XML.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SPECIFIER

public static final java.lang.String SPECIFIER
The specifier for the object info item.

Constructor Detail

TPreparedQueryContentItem

protected TPreparedQueryContentItem(java.lang.String handle)
Initializes the query info item with the given query expression.

Method Detail

getHandle

public java.lang.String getHandle()
Gets the query expression.


toString

public java.lang.String toString()
Shows the query info as XML.

Overrides:
toString in class java.lang.Object


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