
org.sqlproc.engine.plugin.SqlCountPlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql-processor Show documentation
Show all versions of sql-processor Show documentation
SQL Processor - Data Driven Queries
package org.sqlproc.engine.plugin;
/**
* The SQL Processor plugin devoted to the COUNT SQL construction.
*
*
* @author Vladimir Hudec
*/
public interface SqlCountPlugin extends Modifiers {
/**
* Used to construct the COUNT SQL.
*
* @param name
* Name of the META SQL query or statement
* @param sql
* original META SQL
* @return the COUNT SQL
*/
public String sqlCount(String name, StringBuilder sql);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy