All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scalar.db.sql.statement.DmlStatement Maven / Gradle / Ivy

package com.scalar.db.sql.statement;

public interface DmlStatement extends Statement {
   R accept(DmlStatementVisitor visitor, C context);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy