public class DmlStatement
extends Object
Represents a DML statement consisting of a DML statement with placeholders and the arguments that go with it.
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
DmlStatement
public DmlStatement(String statementWithPlaceholders,
Object[] arguments)
-
Method Details
-
getStatementWithPlaceholders
public String getStatementWithPlaceholders()
-
getArguments
public Object[] getArguments()
-
-
-