com.scalar.db.sql.statement.CommandStatement Maven / Gradle / Ivy
The newest version!
package com.scalar.db.sql.statement;
public interface CommandStatement extends Statement {
R accept(CommandStatementVisitor visitor, C context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy