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