Commit 2069f086 authored by terrymanu's avatar terrymanu
Browse files

for #2084, remove useless fields for DMLStatement

parent 1608db40
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -47,14 +47,6 @@ public class DMLStatement extends AbstractSQLStatement {
    
    private final Map<Column, SQLExpression> assignments = new LinkedHashMap<>();
    
    private int whereStartIndex;
    
    private int whereStopIndex;
    
    private int whereParameterStartIndex;
    
    private int whereParameterEndIndex;
    
    public DMLStatement() {
        super(SQLType.DML);
    }