|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.accessor.TXQueryBuilder
public class TXQueryBuilder
TXQueryBuilder is a helper class that can be used for building TXQuery instances for often used xquery expressions. This class implements the singleton pattern, i.e. there is always only one instance of this class available.
Constructor Summary | |
---|---|
protected |
TXQueryBuilder()
Initializes the TXQueryBuilder. |
Method Summary | |
---|---|
TXQuery |
buildUpdate(java.lang.String xUpdateQueryExpression)
Builds a TXQuery instance for a update query. |
static TXQueryBuilder |
getInstance()
Gets the singleton instance of the TXQueryBuilder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TXQueryBuilder()
Method Detail |
---|
public static TXQueryBuilder getInstance()
public TXQuery buildUpdate(java.lang.String xUpdateQueryExpression)
xUpdateQuery
- the update query expression.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |