public class BuildUpdateSql
extends java.lang.Object
| Constructor and Description |
|---|
BuildUpdateSql() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
buildUpdateSql(IExecContext execContext,
ISelectInputs iSelect)
Deprecated.
use buildUpdateSql(IExecContext execContext, ISelectInputs iSelect, ISqlTable sqlTable)
|
java.lang.String |
buildUpdateSql(IExecContext execContext,
ISelectInputs iSelect,
ISqlTable sqlTable) |
ISqlTable[] |
buildUpdateSqls(IExecContext execContext,
ISelectInputs iSelect) |
public ISqlTable[] buildUpdateSqls(IExecContext execContext, ISelectInputs iSelect)
public java.lang.String buildUpdateSql(IExecContext execContext, ISelectInputs iSelect, ISqlTable sqlTable)
public java.lang.String buildUpdateSql(IExecContext execContext, ISelectInputs iSelect)
execContext - iSelect -