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

org.sqlproc.engine.plugin.SqlCountPlugin Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
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