org.sqlproc.engine.plugin
Interface SqlCountPlugin

All Known Implementing Classes:
DefaultSqlPlugins

public interface SqlCountPlugin

The SQL Processor plugin devoted to the COUNT SQL construction.

Author:
Vladimir Hudec

Method Summary
 String sqlCount(StringBuilder sql)
          Used to construct the COUNT SQL.
 

Method Detail

sqlCount

String sqlCount(StringBuilder sql)
Used to construct the COUNT SQL.

Parameters:
sql - original META SQL
Returns:
the COUNT SQL


Copyright © 2012. All Rights Reserved.