public class DMLStatement extends SqlStatement
| Constructor and Description |
|---|
DMLStatement(String statement) |
DMLStatement(String statement,
Collection<Object> params) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getParams() |
boolean |
isStopIfEmpty() |
void |
setStopIfEmpty(boolean stopIfEmpty) |
String |
toString() |
getStatementpublic DMLStatement(String statement)
public DMLStatement(String statement, Collection<Object> params)
public Object[] getParams()
public String toString()
toString in class SqlStatementpublic boolean isStopIfEmpty()
public void setStopIfEmpty(boolean stopIfEmpty)
Copyright © 2017 SAP SE. All Rights Reserved.