|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TXQueryContentItem
public class TXQueryContentItem
TXQueryContentItem is the query info specific implementation class for TResponseContentItem.
This class provides access operations for the xquery info structure provided within Tamino
responses. This basically is the xquery information within the element
Field Summary | |
---|---|
static java.lang.String |
SPECIFIER
The specifier for the object info item. |
Constructor Summary | |
---|---|
protected |
TXQueryContentItem(java.lang.String expression)
Initializes the xquery info item with the given xquery expression. |
Method Summary | |
---|---|
java.lang.String |
getExpression()
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 TXQueryContentItem(java.lang.String expression)
Method Detail |
---|
public java.lang.String getExpression()
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 |