Interface DmlCommand
- All Known Implementing Classes:
SelectWithOffsetLimitCommand
public interface DmlCommand
A command to generate data manipulation SQL statements
-
Method Summary
-
Method Details
-
getStatement
DmlStatement getStatement()
-
SelectWithOffsetLimitCommand