public class TXQueryBuilder
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
TXQueryBuilder()
Initializes the TXQueryBuilder.
|
Modifier and Type | Method and Description |
---|---|
TXQuery |
buildUpdate(java.lang.String xUpdateQueryExpression)
Builds a TXQuery instance for a update query.
|
static TXQueryBuilder |
getInstance()
Gets the singleton instance of the TXQueryBuilder.
|
public static TXQueryBuilder getInstance()
public TXQuery buildUpdate(java.lang.String xUpdateQueryExpression)
xUpdateQuery
- the update query expression.Copyright (c) 2017 Software AG. All Rights Reserved.