Interface SqlCountPlugin
- All Superinterfaces:
Modifiers
- All Known Implementing Classes:
DefaultSqlPlugins
The SQL Processor plugin devoted to the COUNT SQL construction.
- Author:
- Vladimir Hudec
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]sqlCount(String name, StringBuilder sql) Used to construct the COUNT SQL.
-
Method Details
-
sqlCount
Used to construct the COUNT SQL.- Parameters:
name- Name of the META SQL query or statementsql- original META SQL- Returns:
- the COUNT SQL and COUNT column
-