public class S_AggCount extends Object implements SqlAggregator
| Constructor and Description |
|---|
S_AggCount() |
| Modifier and Type | Method and Description |
|---|---|
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
S_AggCount |
copy(SqlExpr arg) |
TypeToken |
getDatatype()
This method must always return the same result
|
SqlExpr |
getExpr() |
String |
toString() |
public SqlExpr getExpr()
getExpr in interface SqlAggregatorpublic TypeToken getDatatype()
SqlAggregatorgetDatatype in interface SqlAggregatorpublic void asString(org.apache.jena.atlas.io.IndentedWriter writer)
asString in interface SqlAggregatorpublic S_AggCount copy(SqlExpr arg)
copy in interface SqlAggregatorCopyright © 2013. All Rights Reserved.