|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TPreparedQueryContentItem
public class TPreparedQueryContentItem
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
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 |
---|
public static final java.lang.String SPECIFIER
Constructor Detail |
---|
protected TPreparedQueryContentItem(java.lang.String handle)
Method Detail |
---|
public java.lang.String getHandle()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |